commit | e6757f0bb222f29693f9392d0bf9b4050aa7599c | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Thu Jul 16 13:14:43 2020 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Jul 16 13:14:44 2020 +0000 |
tree | 580072db4057d8389ef7232676c04619382825da | |
parent | 9726b8f2d878ed8d4c75b7d58f8d0399e2ec085a [diff] | |
parent | c9227dfb6cae540c25c5922602fd57fbc0c1f527 [diff] |
Merge "Set test_basic_traffic as smoke test"
diff --git a/octavia_tempest_plugin/tests/scenario/v2/test_traffic_ops.py b/octavia_tempest_plugin/tests/scenario/v2/test_traffic_ops.py index 0d49d67..83049c7 100644 --- a/octavia_tempest_plugin/tests/scenario/v2/test_traffic_ops.py +++ b/octavia_tempest_plugin/tests/scenario/v2/test_traffic_ops.py
@@ -198,6 +198,7 @@ protocol_port=protocol_port, protocol=protocol) + @decorators.attr(type=['smoke', 'slow']) @testtools.skipIf(CONF.load_balancer.test_with_noop, 'Traffic tests will not work in noop mode.') @decorators.idempotent_id('6751135d-e15a-4e22-89f4-bfcc3408d424')