Merge "Fix certification task"
This commit is contained in:
commit
4f099aed34
@ -162,6 +162,7 @@
|
||||
CinderVolumes.create_nested_snapshots_and_attach_volume:
|
||||
-
|
||||
args:
|
||||
{{ vm_params(image_name,flavor_name,none)}}
|
||||
nested_level: 1
|
||||
size:
|
||||
max: 1
|
||||
@ -170,9 +171,6 @@
|
||||
{% call user_context(tenants_amount, users_amount, use_existing_users) %}
|
||||
quotas:
|
||||
{{ unlimited_volumes() }}
|
||||
servers:
|
||||
{{ vm_params(image_name,flavor_name,none)|indent(2,true) }}
|
||||
servers_per_tenant: 1
|
||||
{% endcall %}
|
||||
runner:
|
||||
{{ 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):
|
||||
|
||||
@unittest.skip("It started failing due to broken launching script. "
|
||||
"Requires investigation.")
|
||||
def test_task_samples_is_valid(self):
|
||||
rally = utils.Rally()
|
||||
full_path = os.path.join(
|
||||
|
Loading…
Reference in New Issue
Block a user