blob: a3628495e0f0caa301457bb2a62244991fa9f5bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.
|