]> git.ipfire.org Git - people/ms/network.git/commitdiff
Adjust include paths because of the new include path feature
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 16 Sep 2018 14:00:00 +0000 (16:00 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 16 Sep 2018 14:01:38 +0000 (16:01 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
test/nitsi/test/phase1/recipe
test/nitsi/test/port-vlan/recipe
test/nitsi/test/pppoe/recipe
test/nitsi/test/raw-device-get-by-mac/recipe
test/nitsi/test/zone-new-bridge/recipe
test/nitsi/test/zone-port-attach-bridge/recipe

index 61e27f3ccd6d8cf475d69bc59f8b52708571c795..38234a06c322b7c84f9f92f14cfee4d3e5248ad3 100644 (file)
@@ -1,5 +1,5 @@
-include: ../../include/setup
-include: ../../include/phase1
+include: setup
+include: phase1
 
 # Let Alice ping Bob
 alice: ping -c 5 192.168.100.102
index aad19fd215631b3feaa1355a408d118c44fbf9f4..d41377b4c6886f57468561e7682d3eaee7b4bcf2 100644 (file)
@@ -1,8 +1,8 @@
-include: ../../include/setup
+include: setup
 
 # This contains the basic network configuration for all vpn-tests
-include: ../../include/alice-port-vars
-include: ../../include/bob-port-vars
+include: alice-port-vars
+include: bob-port-vars
 
 # Create an uplink zone
 all: network zone new upl0 bridge --stp=off
index a164a8381b9b979aa5ba8dbf37b21b069ea47f39..f639b449bd653292dd95c93cd0a12595844a34d2 100644 (file)
@@ -1,8 +1,8 @@
-include: ../../include/setup
+include: setup
 
 # Get port names for Alice and Bob
-include: ../../include/alice-port-vars
-include: ../../include/bob-port-vars
+include: alice-port-vars
+include: bob-port-vars
 
 # Start a PPPoE server on Alice
 alice: network zone new upl0 bridge
index 61ea1fbd61e4a004f05c9202cced8fb857ff1865..ccdcdfa7db7d4076814bba27e85c333e1034d954 100644 (file)
@@ -1,4 +1,4 @@
-include: ../../include/setup
+include: setup
 alice: port="$(network raw device-get-by-mac-address "52:54:00:8a:b8:b5")"
 alice: echo $port
 alice: [ "52:54:00:8a:b8:b5" = "$(cat /sys/class/net/${port}/address)" ]
index a1ae1807837e47f9eda5b246489832add8147708..693dc024d0cbe828fe7918c4138560202f926457 100644 (file)
@@ -1,4 +1,4 @@
-include: ../../include/setup
+include: setup
 
 alice: network zone new upl0 bridge
 # this returns zero if the device exists
index 3abf294d335fd241d755c464c7ef0ddd973be220..4efbd184de78f32ea42034e7cc7f19efb3e7b32a 100644 (file)
@@ -1,4 +1,4 @@
-include: ../../include/setup
+include: setup
 
 alice: network zone new upl0 bridge
 # Create a dummy port we can attach to upl0