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
}
+1 -1
View File
@@ -22,7 +22,7 @@ import ./make-test.nix rec {
# needed because duplicity requires 270 MB of free temp space, regardless of backup size.
virtualisation.diskSize = 1024;
nix-bitcoin.netns-isolation.enable = (scenario == "withnetns");
nix-bitcoin.netns-isolation.enable = (scenario == "netns");
services.bitcoind.extraConfig = mkForce "connect=0";