rohityadavcloud commented on PR #5588:
URL: https://github.com/apache/cloudstack/pull/5588#issuecomment-1103891327
@nvazquez @DaanHoogland the issues are:
```
FAIL: test_list_management_server_metrics
(integration.smoke.test_metrics_api.TestMetrics)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/rohit/lab/apache/cloudstack/test/integration/smoke/test_metrics_api.py",
line 307, in test_list_management_server_metrics
self.assertTrue(isinstance(metrics.lastserverstop, str))
AssertionError: False is not true
```
and
```
FAIL: test_list_usage_server_metrics
(integration.smoke.test_metrics_api.TestMetrics)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/rohit/lab/apache/cloudstack/test/integration/smoke/test_metrics_api.py",
line 326, in test_list_usage_server_metrics
self.assertTrue(isinstance(metrics.lastheartbeat, str))
AssertionError: False is not true
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]