diff options
author | elijah <elijah@riseup.net> | 2013-12-09 23:06:19 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-12-09 23:06:19 -0800 |
commit | 68328b6e15a38a74261ee46b06091b8e63f85499 (patch) | |
tree | dc8328e92113d5ceaa4bbea00048eb8b13f65b80 /tests/white-box/network.rb | |
parent | e23dc7849d1118ed2dfe7f37a6109ffbeefa959c (diff) |
added initial white-box tests for couchdb and webapp nodes
Diffstat (limited to 'tests/white-box/network.rb')
-rw-r--r-- | tests/white-box/network.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/white-box/network.rb b/tests/white-box/network.rb new file mode 100644 index 00000000..9680cb5f --- /dev/null +++ b/tests/white-box/network.rb @@ -0,0 +1,13 @@ +class TestNetwork < LeapTest + + def setup + end + + # + # TODO: write an actual test to confirm the network is up and working. + # + def test_working + pass + end + +end |