From: Thierry Parmentelat Date: Thu, 18 Nov 2010 11:08:58 +0000 (+0100) Subject: tag_types don't have a min_role_id anymore X-Git-Tag: tests-5.0-20~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=42b00055f1f926f44e85edcd59a471b70a92640a;p=tests.git tag_types don't have a min_role_id anymore --- diff --git a/system/plcsh_stress_test.py b/system/plcsh_stress_test.py index 3d17b97..c4f4fcf 100755 --- a/system/plcsh_stress_test.py +++ b/system/plcsh_stress_test.py @@ -160,7 +160,7 @@ def random_key(key_types,namelengths): def random_tag_type (role_ids): return {'tagname': randstr(12,letters+digits), 'category':randstr(4,letters+digits)+'/'+randstr(6,letters+digits), - 'min_role_id': random.sample(role_ids, 1)[0], +# 'min_role_id': random.sample(role_ids, 1)[0], 'description' : randstr(128,letters+digits+whitespace+punctuation), }