From 188ee6d226342b36ff101fa1a0acdd29f5bd8eba Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Tue, 16 May 2017 11:39:39 +0100 Subject: [PATCH] tests: Delete README.md. It contained mostly inaccurate information This should be replaced with more comprehensive documentation in ./doc/testing.md once the CI is fixed Signed-off-by: Rolf Neugebauer --- test/README.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test/README.md diff --git a/test/README.md b/test/README.md deleted file mode 100644 index 48e48ce25..000000000 --- a/test/README.md +++ /dev/null @@ -1,19 +0,0 @@ -Linuxkit Tests Labels -===================== - -## Usage of Artifacts vs Temporary Directory - -As the Build Machines have no secrets they will not be able to test running the build output on any cloud providers. -In this instance, the build tests should copy their output to the `LINUXKIT_ARTIFACTS_DIRECTORY` - -## Labels - -The `gcp` label is applied when the system where the tests are being run meets the requirements for using Google Cloud Platform. - -These requirements are: -- The system has the necessary `CLOUDSDK_*` environment variables exported -- The system has either keys for a GCP service account or is able to use application default credentials - -The `packet.net` label is applied when a system is able to create machines on Packet.net - -The `vmware` label is used when the machine has VMware Workstation or Fusion installed