summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-09-22 08:54:18 +0100
committerMarkos Chandras <mchandras@suse.de>2017-09-25 12:25:36 +0100
commitc8388b83707b4fd58f2185094dba33ae9a01d9f1 (patch)
tree6634d998825bd25ddde1655b1925b56798c13f94 /.gitignore
parentbb7e7efef45d8347c08022c7246d6111887b864d (diff)
xci: scripts: Add script to use clean virtual machines for testing
These scripts will prepare a clean OS image based on diskimage-builder and launch a new VM with it. The purpose of that is to use this virtual machine as a 'host' to run XCI on it. This way we can ensure that all tests are being executed on the same clean environment which is ideal for reproducing and debugging purposes. We also commit the ssh keypair so we can build it in the image and use it to control the virtual machine without user interaction. Needless to say that this keypair MUST NOT be used for anything else apart from the dib build process. Change-Id: Idec0fc06c82435adc1a4d569b8e578616998de5f Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a7cb9e3f..7c952f34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,8 @@ testapi_venv/
.tox
*.retry
job_output/
+# Clear VM files
+*.qcow2
+*.sha256.txt
+build.log
+*.d/