From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: Re: [PATCH 00/10] passt test fixes, batch 6 Date: Sun, 21 Aug 2022 22:23:36 +0200 Message-ID: <20220821222336.237d0648@elisabeth> In-Reply-To: <20220818061358.1775944-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1961455554964748353==" --===============1961455554964748353== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Thu, 18 Aug 2022 16:13:48 +1000 David Gibson wrote: > Here's get another batch of fixes and cleanups for passt/pasta tests. > Some of these are preliminary fixes before an upcoming series changing > to use more reliable (less tmux screen-scraping dependent) methods for > dispatching commands in various contexts. Others are just > miscellaneous fixes. > > David Gibson (10): > test: Convert distro tests to use socat instead of nc/ncat > test: Split cppcheck and clang-tidy tests into different files > test: Remove unused *_XTERM variables > test: Ignore video processing temporary files > test: Split setup/teardown functions for build and distro tests > test: Only select a single interface or gateway in tests > test: Rename slightly misleading "valgrind" tests > test: Use shutdown test for pasta > test: Log debugging output from test script > test: Kill qemu by pidfile rather than ^C Applied, thanks! I just needed a minor change in 1/10: socat doesn't appear to be available on Ubuntu 16.04 ppc64 -- which is not even an officially supported architecture for that version, but it looked like the most convenient way to add a big-endian PPC to the mix. So, well, I added a special case for it, still using netcat-openbsd. -- Stefano --===============1961455554964748353==--