Fix time in Nova test data
A recent update to python-novaclient seems to have highlighted some incorrect test data, causing our tests to fail. This patch fixes the time format. Change-Id: I32a1e54205dd31176c0b7798597b63df544f8d38 Closes-Bug: 1567634
This commit is contained in:
parent
cde38922dd
commit
d6afbac57f
@ -125,8 +125,8 @@ USAGE_DATA = """
|
|||||||
"total_hours": 125.48222222222223,
|
"total_hours": 125.48222222222223,
|
||||||
"total_local_gb_usage": 0,
|
"total_local_gb_usage": 0,
|
||||||
"tenant_id": "%(tenant_id)s",
|
"tenant_id": "%(tenant_id)s",
|
||||||
"stop": "2012-01-31 23:59:59",
|
"stop": "2012-01-31T23:59:59.000000",
|
||||||
"start": "2012-01-01 00:00:00",
|
"start": "2012-01-01T00:00:00.000000",
|
||||||
"server_usages": [
|
"server_usages": [
|
||||||
{
|
{
|
||||||
"memory_mb": %(flavor_ram)s,
|
"memory_mb": %(flavor_ram)s,
|
||||||
|
Loading…
Reference in New Issue
Block a user