Update defaults for s3 materials paths/names
devstack has upgraded to downloading the cirros-0.3.1 image.
This change updates the ari/ami/aki manifest defaults in
tempest.conf.sample to match as otherwise the relevant tests
are fairly quietly skipped.
Adds a configuration option to set the timeout for waiting on
remote ssh commands to finish. This is necessary as the
test_integration_1 now executes with this fix and times out
on the CI systems due to the ssh command taking longer than
the hardcoded timeout.
Change-Id: I744d242416ed63ab49facae70948d5c007df13c7
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 9dca609..a70a7ab 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -88,6 +88,9 @@
# Number of seconds to wait to authenticate to an instance
ssh_timeout = 300
+# Number of seconds to wait for output from ssh channel
+ssh_channel_timeout = 60
+
# The type of endpoint for a Compute API service. Unless you have a
# custom Keystone service catalog implementation, you probably want to leave
# this value as "compute"
@@ -238,20 +241,20 @@
#Image materials for S3 upload
# ALL content of the specified directory will be uploaded to S3
-s3_materials_path = /opt/stack/devstack/files/images/s3-materials/cirros-0.3.0
+s3_materials_path = /opt/stack/devstack/files/images/s3-materials/cirros-0.3.1
# The manifest.xml files, must be in the s3_materials_path directory
# Subdirectories not allowed!
# The filenames will be used as a Keys in the S3 Buckets
#ARI Ramdisk manifest. Must be in the above s3_materials_path
-ari_manifest = cirros-0.3.0-x86_64-initrd.manifest.xml
+ari_manifest = cirros-0.3.1-x86_64-initrd.manifest.xml
#AMI Machine Image manifest. Must be in the above s3_materials_path
-ami_manifest = cirros-0.3.0-x86_64-blank.img.manifest.xml
+ami_manifest = cirros-0.3.1-x86_64-blank.img.manifest.xml
#AKI Kernel Image manifest, Must be in the above s3_materials_path
-aki_manifest = cirros-0.3.0-x86_64-vmlinuz.manifest.xml
+aki_manifest = cirros-0.3.1-x86_64-vmlinuz.manifest.xml
#Instance type
instance_type = m1.tiny