Adding tests for running all endpoint and scenario tests

Change-Id: Id64d43ecb7a2dbb4f0fd108a9b14d4dc2fbc4cf5
This commit is contained in:
Anand Shanmugam
2016-04-26 15:32:41 -07:00
parent a2148dd3b9
commit 433cee2d64
5 changed files with 101 additions and 3 deletions

View File

@@ -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)