Adding tests for running all endpoint and scenario tests
Change-Id: Id64d43ecb7a2dbb4f0fd108a9b14d4dc2fbc4cf5
This commit is contained in:
@@ -61,7 +61,7 @@ class Cpulse(base.APIBase):
|
||||
links = wsme.wsattr([link.Link], readonly=True)
|
||||
"""A list containing a self link and associated test links"""
|
||||
|
||||
result = wtypes.StringType(min_length=1, max_length=1024)
|
||||
result = wtypes.StringType(min_length=1, max_length=4048)
|
||||
"""Result of this test"""
|
||||
|
||||
testtype = wtypes.StringType(min_length=1, max_length=255)
|
||||
|
||||
Reference in New Issue
Block a user