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:
Rob Cresswell 2016-04-08 10:43:16 +01:00
parent cde38922dd
commit d6afbac57f
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ USAGE_DATA = """
"total_hours": 125.48222222222223,
"total_local_gb_usage": 0,
"tenant_id": "%(tenant_id)s",
"stop": "2012-01-31 23:59:59",
"start": "2012-01-01 00:00:00",
"stop": "2012-01-31T23:59:59.000000",
"start": "2012-01-01T00:00:00.000000",
"server_usages": [
{
"memory_mb": %(flavor_ram)s,