aboutgitcodebugslistschat
path: root/test/shutdown/passt
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2022-08-18 16:13:56 +1000
committerStefano Brivio <sbrivio@redhat.com>2022-08-20 19:07:12 +0200
commit69126d4d48002784562ba44a77df37387968061d (patch)
tree99ec16b7f630b4fcda8c446d33a46cc7c3ff52ef /test/shutdown/passt
parent9224af149483e448546db7a63b66992c6003ab3e (diff)
downloadpasst-69126d4d48002784562ba44a77df37387968061d.tar
passt-69126d4d48002784562ba44a77df37387968061d.tar.gz
passt-69126d4d48002784562ba44a77df37387968061d.tar.bz2
passt-69126d4d48002784562ba44a77df37387968061d.tar.lz
passt-69126d4d48002784562ba44a77df37387968061d.tar.xz
passt-69126d4d48002784562ba44a77df37387968061d.tar.zst
passt-69126d4d48002784562ba44a77df37387968061d.zip
test: Use shutdown test for pasta
For the passt and passt_in_ns tests we have a "shutdown" testcase that checks for any errors from the passt process we were using (including valgrind warnings). Do the same for pasta tests, so that we catch any error codes from the pasta process. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'test/shutdown/passt')
-rw-r--r--test/shutdown/passt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/shutdown/passt b/test/shutdown/passt
index 00ced61..4a7b702 100644
--- a/test/shutdown/passt
+++ b/test/shutdown/passt
@@ -6,8 +6,8 @@
# PASTA - Pack A Subtle Tap Abstraction
# for network namespace/tap device mode
#
-# test/shutdown/passt - Shut down passt and check exit code (will detect
-# valgrind errors amongst others)
+# test/shutdown/passt - Shut down passt (or pasta) and check exit code (will
+# detect valgrind errors amongst others)
#
# Copyright (c) 2022 Red Hat GmbH
# Author: Stefano Brivio <sbrivio@redhat.com>