mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
(WIP) Additional test script changes
This commit is contained in:
parent
ac8918992b
commit
7ea53dd21b
47 changed files with 558 additions and 1125 deletions
|
@ -11,7 +11,7 @@ rm _results/*.txt
|
|||
export netcon_test_wait_time=60s
|
||||
|
||||
# Test structure, in later releases more complex multi-party scripts will be included
|
||||
export test_script=two_party_test.sh
|
||||
export test_script=_two_party_test.sh
|
||||
|
||||
# Iterate over all depth=2 (relatively-speaking) directories and perform each test
|
||||
find . -mindepth 2 -maxdepth 2 -type d | while read testdir; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue