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-27 12:43:19 +02:00
parent 9bf77ee3e8
commit 14d2d97ba6
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 3 additions and 3 deletions

View file

@ -149,7 +149,7 @@ build() {
buildTest "$@"
else
scenario=default buildTest "$@"
scenario=withnetns buildTest "$@"
scenario=netns buildTest "$@"
fi
}