]> git.ipfire.org Git - people/jschlag/network.git/commitdiff
Include ping test of ipv4 and ipv6 into ipv64 test
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sat, 15 Sep 2018 15:49:26 +0000 (17:49 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Sep 2018 21:58:18 +0000 (22:58 +0100)
This make changing ip addresses easier.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
test/nitsi/include/vpn-ipsec-basic-ping-test-ipv64

index 3d9dfff548f30fac886c6344ffc92fa69b94b1d0..536a2ff25ac4726a815659cd349459923ab9575b 100644 (file)
@@ -1,5 +1,3 @@
 # This recipe tests if the vpn connection is working by pinging the remote subnet
-alice: ping -c 5 192.168.201.1
-bob: ping -c 5 192.168.200.1
-alice: ping6 -c 5 2001:470:6ef3:2::1
-bob: ping6 -c 5 2001:470:6ef3::1
\ No newline at end of file
+include: ./vpn-ipsec-basic-ping-test-ipv4
+include: ./vpn-ipsec-basic-ping-test-ipv6
\ No newline at end of file