From 42b00055f1f926f44e85edcd59a471b70a92640a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 18 Nov 2010 12:08:58 +0100 Subject: [PATCH] tag_types don't have a min_role_id anymore --- system/plcsh_stress_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), } -- 2.47.0