summaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-08-29 16:39:13 -0700
committerelijah <elijah@riseup.net>2016-09-01 10:13:31 -0700
commite6544ecc5a51ad6502a64bd08df71aa7ff75a3ee (patch)
tree57614836a4efc6a5f64d1609bd109f18c0c669d6 /tests/README.md
parent07c0e60e6bdc5b8bfe1f42f76dae9f0a79e7abb0 (diff)
moved vagrant example provider to tests/example-provider
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md29
1 files changed, 29 insertions, 0 deletions
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.
+