large ops test should be derived from OfficialClientTest
Scenario test_large_ops runs on gate-tempest-dsvm-large-ops
& gate-tempest-dsvm-neutron-large-ops jobs.
This test case boot VM with security grp by requesting the same from
Nova. Nova can behave as proxy in case neutron is enabled.
This is needed to migrate this test from official
client to tempest client as _create_security_group() fucntion
which request nova to create sec grp can not be used via
NeutronScenarioTest.
Partially-implements: bp:tempest-client-scenarios
Change-Id: I7b69811b49caf3aec5983e27862ce955aadf958a
diff --git a/tempest/scenario/test_large_ops.py b/tempest/scenario/test_large_ops.py
index 15cf13b..671c3e9 100644
--- a/tempest/scenario/test_large_ops.py
+++ b/tempest/scenario/test_large_ops.py
@@ -25,7 +25,7 @@
LOG = logging.getLogger(__name__)
-class TestLargeOpsScenario(manager.NetworkScenarioTest):
+class TestLargeOpsScenario(manager.OfficialClientTest):
"""
Test large operations.