aboutgitcodebugslistschat
path: root/test/passt/shutdown
Commit message (Collapse)AuthorAgeFilesLines
* test: Remove unnecessary sleeps from shutdown testsDavid Gibson2022-09-291-1/+0
| | | | | | | | These are hangovers from older ways of shutting down the pasta/passt processes and no longer serve any purpose. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
* test: Move pidfiles and nsholder sockets into state directoryDavid Gibson2022-09-131-1/+1
| | | | | | | Currently they go in the passt source tree with a fixed names, which means their presence can mess with subsequent test runs. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
* test: Group tests by mode then protocol, rather than the reverseDavid Gibson2022-09-131-0/+20
For example, passt/dhcp rather than dhcp/passt. This is more consistent with the two_guests and other test groups, and makes some other cleanups simpler. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>