From ccb3651e88aab48df1a6acccf99a481646b8b55a Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 15 Oct 2019 14:27:39 +0200 Subject: [PATCH] improve test/readme --- test/README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/test/README.md b/test/README.md index 68dff43a8..a94a8ebcc 100644 --- a/test/README.md +++ b/test/README.md @@ -1,10 +1,15 @@ # Tests -There are two types of tests: "testinfra" tests, and "behave" tests. "Testinfra" -tests run on the OAS machine and test if the infrastructure of the machine is -setup correctly. They also test the validity of TLS certificates. The -"behave" tests run in a browser and test if all the interfaces are still up and -running. +There are two types of tests: "testinfra" tests, and "behave" tests. + +- Testinfra tests are split into two groups, lets call them blackbox- and + whitebox tests. The blackbox tests run on your laptop and test the OAS + cluster from the outside. For example, the certificate check will check if the + OAS will return valid certificates for the provided services. The whitebox + tests run on the OAS host and check i.e. if docker is installed in the right + version etc. +- Behave tests run in a browser and test if all the interfaces are up and + running and correctly connected to each other. ## Run *testinfra* tests -- GitLab