From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Wed, 16 Sep 2020 09:04:40 +0200 Subject: [LTP] ltp-selftest-quick runtest file (was RE: LTP release) In-Reply-To: References: Message-ID: <20200916070440.GA1433@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Tim, ... > > e.g. route tests with netlink also uses shell API and it's really quick (real > > time 0m0,687s): > > route6-change-netlink-dst route-change-netlink-dst.sh -6 > This particular one gives me: > ... > route-change-netlink-dst 1 TINFO: running route-change-netlink -c 10000 -6 -p 65535 -d ltp_ns_veth2 -r 'fd00:23:4::1,fd00:23:3::1,fd00:23:2::1,fd00:23:1::1,fd00:23::1,' > tst_test.c:871: CONF: libmnl library and headers are required > route-change-netlink-dst 1 TCONF: not supported configuration > Is there a networking one with less requirements, that is basically guaranteed to work? Good catch. Although TCONF is also a test for shell API :), let's use plan shell implementation: route6-change-dst route-change-dst.sh -6 (a bit longer to run, but without libmnl dependency). Kind regards, Petr