From 2283db7c912b307270020b56dbfe37ea13176506 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Fri, 25 Jan 2019 12:13:31 +0100 Subject: [PATCH] Remove Ryu workaround Ryu is not used anymore since Neutron Dynamic Routing has moved over to os-ken and the packages for CentOS is using os-ken fully now. Change-Id: Ia0dceba9882573d19376e4c6bfa9513ab16df2d4 --- run_tests.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index fadc0e6cb..9315d1268 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -334,16 +334,9 @@ else # us to run it until we can implement --blacklist-file in a stable way. #EXCLUDES="--regex=^(?!tempest.scenario.gnocchi.test.live_assert_vcpus_metric_is_really_expurged.test_request.*$)(?!tempest.scenario.gnocchi.test.live_assert_no_delete_metrics_have_the_gabbilive_policy.test_request.*$).*" - # TODO(tobias-urdin): An ugly fix to make sure we get the ryu.tests.integrated.common module which is removed - # from the ryu RPM package. Remove this if we push a fix for the ryu centos package (4.26 is the packaged version). - git clone -b v4.26 https://github.com/osrg/ryu.git /tmp/openstack/ryu - $SUDO cp -R /tmp/openstack/ryu/ryu/tests/integrated/common/ /usr/lib/python2.7/site-packages/ryu/tests/integrated/ - - # NOTE(tobias-urdin): Blacklist the dynamic routing scenario tests because they use Docker which is not available and also - # requires the above mentioned ryu.tests.integrated.common module (we need to init tempest workspace now). # Note(chandankumar): Blacklist tempest_horizon.tests.scenario.test_dashboard_basic_ops test as they are currently flacky in CI on CentOS # Adding it to skip list will help till we find the correct solution - EXCLUDES="--black-regex=^neutron_dynamic_routing.tests.tempest.scenario|tempest_horizon.tests.scenario.test_dashboard_basic_ops|telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration" + EXCLUDES="--black-regex=^tempest_horizon.tests.scenario.test_dashboard_basic_ops|telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration" fi print_header 'Running Tempest' cd /tmp/openstack/tempest