Added support for offline testing
[snaps.git] / examples / image-metadata / disk_file_override.yaml
diff --git a/examples/image-metadata/disk_file_override.yaml b/examples/image-metadata/disk_file_override.yaml
new file mode 100644 (file)
index 0000000..5884ce8
--- /dev/null
@@ -0,0 +1,13 @@
+---
+# Example of how to override the image settings for SNAPS testing for file-based Images
+# generally for offline (no Internet available) OpenStack testing
+# This snippet can be placed verbatim into the snaps.images configuration for Functest
+# in config_functest.yaml as long as it is properly nested in that document
+glance_tests:
+  disk_file: ../images/cirros-0.3.4-x86_64-disk.img
+cirros:
+  disk_file: ../images/cirros-0.3.4-x86_64-disk.img
+centos:
+  disk_file: ../images/CentOS-7-x86_64-GenericCloud.qcow2
+ubuntu:
+  disk_file: ../images/ubuntu-14.04-server-cloudimg-amd64-disk1.img