test: rename scenario withnetns -> netns

This makes the naming consistent with scenarios added in later
commits.
This commit is contained in:
Erik Arvstedt
2020-09-30 11:26:41 +02:00
parent 9bf77ee3e8
commit 14d2d97ba6
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ build() {
buildTest "$@"
else
scenario=default buildTest "$@"
scenario=withnetns buildTest "$@"
scenario=netns buildTest "$@"
fi
}