]> git.meshlink.io Git - meshlink/blobdiff - test/import-export.test
Replace rand() by xoshiro256** with per-mesh state.
[meshlink] / test / import-export.test
index 6b5641c454300a358bcea64fcea82140f1fb36a9..48b57536db1b3fe6496dbaf8486a4d21605c71f9 100755 (executable)
@@ -1,64 +1,4 @@
 #!/bin/sh
 
-. ./testlib.sh
-
-# Initialize three nodes
-
-$tinc $c1 <<EOF
-init foo
-set DeviceType dummy
-set Port 32752
-set Address localhost
-EOF
-
-$tinc $c2 <<EOF
-init bar
-set DeviceType dummy
-set Port 0
-EOF
-
-$tinc $c3 <<EOF
-init baz
-set DeviceType dummy
-set Port 0
-EOF
-
-# Test import, export and exchange commands
-
-$tinc $c1 export | $tinc $c2 exchange | $tinc $c1 import
-
-# Test export-all and exchange-all
-
-$tinc $c1 export-all | $tinc $c3 exchange | $tinc $c1 import
-$tinc $c1 exchange-all </dev/null | $tinc $c2 import
-
-# Test equivalence of host config files
-
-cmp $d1/hosts/foo $d2/hosts/foo
-cmp $d1/hosts/foo $d3/hosts/foo
-cmp $d1/hosts/bar $d2/hosts/bar
-cmp $d1/hosts/bar $d3/hosts/bar
-cmp $d1/hosts/baz $d2/hosts/baz
-cmp $d1/hosts/baz $d3/hosts/baz
-
-# Check whether the nodes can connect to each other
-
-$tinc $c1 start $r1
-
-$tinc $c2 add ConnectTo foo
-$tinc $c3 add ConnectTo foo
-
-sleep 1
-
-$tinc $c2 start $r2
-$tinc $c3 start $r3
-
-sleep 1
-
-test `$tinc $c1 dump reachable nodes | wc -l` = 3
-test `$tinc $c2 dump reachable nodes | wc -l` = 3
-test `$tinc $c3 dump reachable nodes | wc -l` = 3
-
-$tinc $c3 stop
-$tinc $c2 stop
-$tinc $c1 stop
+rm -Rf import_export_conf*
+./import-export