Implement minimum basic scenario
This is the minimum basic scenario testing.
This commit implements followings:
* configurations for image files path setting
* basic scenario testing
- testing across the multiple components sequentially
Implements: blueprint add-scenario-tests
Change-Id: I4ac0b91f4018c85852985bee5a3564b2425f1275
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 3147859..e3c38a9 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -312,3 +312,19 @@
# Name of existing keypair to launch servers with. The default is not to specify
# any key, which will generate a keypair for each test class
#keypair_name = heat_key
+
+[scenario]
+# Directory containing image files
+img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
+
+# AMI image file name
+ami_img_file = cirros-0.3.1-x86_64-blank.img
+
+# ARI image file name
+ari_img_file = cirros-0.3.1-x86_64-initrd
+
+# AKI image file name
+aki_img_file = cirros-0.3.1-x86_64-vmlinuz
+
+# ssh username for the image file
+ssh_user = cirros