Show More
@@ -50,6 +50,9 b' class TestGetServerInfo(object):' | |||||
50 | expected['storage_inodes'] = resp['result']['storage_inodes'] |
|
50 | expected['storage_inodes'] = resp['result']['storage_inodes'] | |
51 | expected['server'] = resp['result']['server'] |
|
51 | expected['server'] = resp['result']['server'] | |
52 |
|
52 | |||
|
53 | expected['index_storage'] = resp['result']['index_storage'] | |||
|
54 | expected['storage'] = resp['result']['storage'] | |||
|
55 | ||||
53 | assert_ok(id_, expected, given=response.body) |
|
56 | assert_ok(id_, expected, given=response.body) | |
54 |
|
57 | |||
55 | def test_api_get_server_info_ip(self): |
|
58 | def test_api_get_server_info_ip(self): | |
@@ -66,6 +69,9 b' class TestGetServerInfo(object):' | |||||
66 | expected['storage_inodes'] = resp['result']['storage_inodes'] |
|
69 | expected['storage_inodes'] = resp['result']['storage_inodes'] | |
67 | expected['server'] = resp['result']['server'] |
|
70 | expected['server'] = resp['result']['server'] | |
68 |
|
71 | |||
|
72 | expected['index_storage'] = resp['result']['index_storage'] | |||
|
73 | expected['storage'] = resp['result']['storage'] | |||
|
74 | ||||
69 | assert_ok(id_, expected, given=response.body) |
|
75 | assert_ok(id_, expected, given=response.body) | |
70 |
|
76 | |||
71 | def test_api_get_server_info_data_for_search_index_build(self): |
|
77 | def test_api_get_server_info_data_for_search_index_build(self): |
General Comments 0
You need to be logged in to leave comments.
Login now