From aa3cecd042a69cbc9f6a899de8b1773ee1a98c53 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Tue, 6 Nov 2018 13:31:12 +0530 Subject: [PATCH] Run tempest from package in non_containerized env * In non_containerized environement, tempest should be installed from packages otherwise installing from container will pull tempest from docker.io registery which is not promoted and tested and resulting in failure. * set containerized_undercloud to false in fs03 as it is non containerized environment. Closes-Bug:#1800682 Change-Id: If6e70e05aca946500d40e7e703267dd934250d54 --- config/general_config/featureset003.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/config/general_config/featureset003.yml b/config/general_config/featureset003.yml index 3f3acb042..cbe166e9b 100644 --- a/config/general_config/featureset003.yml +++ b/config/general_config/featureset003.yml @@ -2,6 +2,7 @@ undercloud_generate_service_certificate: false ssl_overcloud: false undercloud_check_idempotency: true undercloud_check_sanity: false +containerized_undercloud: false # in order to still support running this job on instack-undercloud, we need # to specify a different install command for >= Stein since we dropped the @@ -28,14 +29,6 @@ undercloud_install_cli_options: >- # Tempest configuration, keep always at the end of the file test_ping: false -# Run tempest in containers when at least undercloud is containerized -tempest_format: >- - {% if containerized_undercloud|bool -%} - container - {%- else -%} - packages - {%- endif -%} - run_tempest: true test_regex: '' tempest_undercloud: true