summaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-08-29 16:35:14 -0700
committerelijah <elijah@riseup.net>2016-09-01 10:13:31 -0700
commit07c0e60e6bdc5b8bfe1f42f76dae9f0a79e7abb0 (patch)
tree9f79f8fbb207896dcfe38f24831d9b2b857199a4 /tests/README.md
parentd5bac5850e4a895da5f9cfacb641fab15de1cf7b (diff)
moved infrastructure tests run by `leap run` to tests/server-tests
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/README.md b/tests/README.md
deleted file mode 100644
index 814c25b1..00000000
--- a/tests/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-Tests
----------------------------------
-
-tests/white-box/
-
- These tests are run on the server as superuser. They are for
- troubleshooting any problems with the internal setup of the server.
-
-tests/black-box/
-
- These test are run the user's local machine. They are for troubleshooting
- any external problems with the service exposed by the server.
-
-Additional Files
----------------------------------
-
-tests/helpers/
-
- Utility functions made available to all tests.
-
-tests/order.rb
-
- Configuration file to specify which nodes should be tested in which order.
-
-