diff options
author | Micah Anderson <micah@riseup.net> | 2016-11-04 10:54:28 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2016-11-04 10:54:28 -0400 |
commit | 34a381efa8f6295080c843f86bfa07d4e41056af (patch) | |
tree | 9282cf5d4c876688602705a7fa0002bc4a810bde /tests/README.md | |
parent | 0a72bc6fd292bf9367b314fcb0347c4d35042f16 (diff) | |
parent | 5821964ff7e16ca7aa9141bd09a77d355db492a9 (diff) |
Merge branch 'develop'
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/tests/README.md b/tests/README.md index 814c25b1..ea6bcaa9 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,25 +1,24 @@ -Tests ---------------------------------- +What is here? -tests/white-box/ +**server-tests/** - These tests are run on the server as superuser. They are for - troubleshooting any problems with the internal setup of the server. +These are the tests run on a provider's servers using the command: -tests/black-box/ + workstation$ leap test - These test are run the user's local machine. They are for troubleshooting - any external problems with the service exposed by the server. +Or the command: -Additional Files ---------------------------------- + server# run_tests -tests/helpers/ +These tests are to confirm that a provider's infrasture is working and to troubleshoot any possible problems. - Utility functions made available to all tests. +**example-provider/** -tests/order.rb +Allows you to generate a pre-configured provider using Vagrant virtual +machines. - Configuration file to specify which nodes should be tested in which order. +**platform-ci/** +Continous integration tests run for the LEAP Platform. These tests are for the +platform code itself. |