Fix certification task
Change-Id: I2d42f987b363c8498e8a59116cbc8b78d0cc185a
This commit is contained in:
parent
fb04427496
commit
d7a7519960
@ -162,6 +162,7 @@
|
|||||||
CinderVolumes.create_nested_snapshots_and_attach_volume:
|
CinderVolumes.create_nested_snapshots_and_attach_volume:
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
|
{{ vm_params(image_name,flavor_name,none)}}
|
||||||
nested_level: 1
|
nested_level: 1
|
||||||
size:
|
size:
|
||||||
max: 1
|
max: 1
|
||||||
@ -170,9 +171,6 @@
|
|||||||
{% call user_context(tenants_amount, users_amount, use_existing_users) %}
|
{% call user_context(tenants_amount, users_amount, use_existing_users) %}
|
||||||
quotas:
|
quotas:
|
||||||
{{ unlimited_volumes() }}
|
{{ unlimited_volumes() }}
|
||||||
servers:
|
|
||||||
{{ vm_params(image_name,flavor_name,none)|indent(2,true) }}
|
|
||||||
servers_per_tenant: 1
|
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
runner:
|
runner:
|
||||||
{{ constant_runner(concurrency=min(50, 2*controllers_amount),times=min(10, 3*controllers_amount), is_smoke=smoke) }}
|
{{ constant_runner(concurrency=min(50, 2*controllers_amount),times=min(10, 3*controllers_amount), is_smoke=smoke) }}
|
||||||
|
@ -24,8 +24,6 @@ from tests.functional import utils
|
|||||||
|
|
||||||
class TestPreCreatedTasks(unittest.TestCase):
|
class TestPreCreatedTasks(unittest.TestCase):
|
||||||
|
|
||||||
@unittest.skip("It started failing due to broken launching script. "
|
|
||||||
"Requires investigation.")
|
|
||||||
def test_task_samples_is_valid(self):
|
def test_task_samples_is_valid(self):
|
||||||
rally = utils.Rally()
|
rally = utils.Rally()
|
||||||
full_path = os.path.join(
|
full_path = os.path.join(
|
||||||
|
Loading…
Reference in New Issue
Block a user