step2 : basic functions for handling nodetags and nodegroups - still highly volatile
[plcapi.git] / PLC / Test.py
index 48e1618..241b3e2 100644 (file)
@@ -137,8 +137,8 @@ def random_key(key_types):
 
 def random_nodegroup():
     return {
-        'name': randstr(50),
-        'description': randstr(200),
+        'groupname': randstr(50),
+#        'description': randstr(200),
         }
 
 def random_node(boot_states):