Extend skip lists, add comments to configure.sh
Change-Id: I1f4cdb8549459b035a542de82074aae2ea52ca17
diff --git a/configure.sh b/configure.sh
index eedca50..f68d3b1 100755
--- a/configure.sh
+++ b/configure.sh
@@ -104,8 +104,13 @@
if [ -n "${TEMPEST_REPO}" ]; then
tempest_configuration
quick_configuration
+ # If Opencontrail is deployed, use this command
+ #cat $current_path/cvp-configuration/tempest/skip-list-oc4.yaml >> $current_path/cvp-configuration/tempest/skip-list-pike.yaml
rally verify configure-verifier --extend $current_path/cvp-configuration/tempest/tempest_ext.conf
rally verify configure-verifier --show
+ # If Barbican tempest plugin is installed, use this
+ # mkdir /etc/tempest
+ # rally verify configure-verifier --show | tail -170 > /etc/tempest/tempest.conf
# Add 2 additional tempest tests (live migration to all nodes + ssh to all nodes)
# TBD
#cat tempest/test_extension.py >> repo/tempest/scenario/test_server_multinode.py