From 07c0e60e6bdc5b8bfe1f42f76dae9f0a79e7abb0 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 29 Aug 2016 16:35:14 -0700 Subject: moved infrastructure tests run by `leap run` to tests/server-tests --- tests/README.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 tests/README.md (limited to 'tests/README.md') 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. - - -- cgit v1.2.3 From e6544ecc5a51ad6502a64bd08df71aa7ff75a3ee Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 29 Aug 2016 16:39:13 -0700 Subject: moved vagrant example provider to tests/example-provider --- tests/README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/README.md (limited to 'tests/README.md') diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 00000000..a3628495 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,29 @@ +What is here? + +**server-tests/** + +These are the tests run on a provider's servers using the command: + + workstation$ leap test + +Or the command: + + server# run_tests + +These tests are to confirm that a provider's infrasture is working and to troubleshoot any possible problems. + +**example-provider/** + +Files to support the command: + + cd leap_platform/tests/example-provider + vagrant up + +For quick booting a pre-configured sample provider, running in a single virtual +machine. + +**platform-ci/** + +Continous integration tests run for the LEAP Platform. These tests are for the +platform code itself. + -- cgit v1.2.3 From 1d56c0a7795ef87e34bd06c93a6525f3068aa536 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 29 Aug 2016 21:13:42 -0700 Subject: move platform ci tests to tests/platform-ci --- tests/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'tests/README.md') diff --git a/tests/README.md b/tests/README.md index a3628495..ea6bcaa9 100644 --- a/tests/README.md +++ b/tests/README.md @@ -14,13 +14,8 @@ These tests are to confirm that a provider's infrasture is working and to troubl **example-provider/** -Files to support the command: - - cd leap_platform/tests/example-provider - vagrant up - -For quick booting a pre-configured sample provider, running in a single virtual -machine. +Allows you to generate a pre-configured provider using Vagrant virtual +machines. **platform-ci/** -- cgit v1.2.3