Remove automated skip decsion from compute
* The automated skip decisions are expensive, it is visible
if you just run a single test case.
* The automated skip decisions are not fully trusted, so we should avoid them.
* Adding the flavor extra configuration option to the configuration file
until we cannot move to test case attribute based test selection.
* Adding the CLI section to the tempest.conf.sample
Change-Id: I81a408392a8de38b694b3132572b6e48700595a3
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 617c016..db6a7bd 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -124,11 +124,11 @@
# relax-xsm-sr-check
block_migrate_supports_cinder_iscsi = false
-# By default, rely on the status of the diskConfig extension to
-# decide if to execute disk config tests. When set to false, tests
-# are forced to skip, regardless of the extension status
-disk_config_enabled_override = true
+# When set to false, disk config tests are forced to skip
+disk_config_enabled = true
+# When set to false, flavor extra data tests are forced to skip
+flavor_extra_enabled = true
[whitebox]
# Whitebox options for compute. Whitebox options enable the
@@ -331,3 +331,9 @@
# ssh username for the image file
ssh_user = cirros
+
+[CLI]
+# Enable cli tests
+enabled = True
+# directory where python client binaries are located
+cli_dir = /usr/local/bin/