diff --git a/tests/parallel_test/compat.json b/tests/parallel_test/compat.json new file mode 100644 index 0000000000000000000000000000000000000000..b932c2b3aeba82268a79eb7dd8edd5e222f3810b --- /dev/null +++ b/tests/parallel_test/compat.json @@ -0,0 +1,14 @@ +[ + { + "host": "192.168.0.38", + "username": "root", + "workdir": "/var/data/jenkins/workspace", + "thread": 10 + }, + { + "host": "192.168.0.39", + "username": "root", + "workdir": "/var/data/jenkins/workspace", + "thread": 10 + } +]