get bootcd to run in dry-mode
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 13 Apr 2015 09:40:05 +0000 (11:40 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 13 Apr 2015 09:40:05 +0000 (11:40 +0200)
system/TestApiserver.py

index 708e20e..a87fc36 100644 (file)
@@ -18,7 +18,7 @@ server_methods = [ ('GetNodes' ,  []),
                    ('GetTagTypes' , []),
                    ('AddTagType' , True),
                    ('AddInterfaceTag' , True),
-                   ('GetBootMedium' , True),
+                   ('GetBootMedium' , "some non-empty-string"),
                    ('GetNodeGroups' , True),
                    ('AddNodeGroup' , True),
                    ('DeleteNodeGroup', True),