From: Thierry Parmentelat Date: Mon, 13 Apr 2015 09:40:05 +0000 (+0200) Subject: get bootcd to run in dry-mode X-Git-Tag: tests-6.0-2~36 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=d6b5316772bc8e903f5d68bd43d366a596d4a59c get bootcd to run in dry-mode --- diff --git a/system/TestApiserver.py b/system/TestApiserver.py index 708e20e..a87fc36 100644 --- a/system/TestApiserver.py +++ b/system/TestApiserver.py @@ -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),