Merge "delete "id" field in DoctorDriver"

This commit is contained in:
Jenkins 2017-03-07 06:31:28 +00:00 committed by Gerrit Code Review
commit a71e529dda
1 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ class TestDoctorDriver(manager_congress.ScenarioPolicyBase):
def test_doctor_event_tables(self):
rows = [
{
"id": "0123-4567-89ab",
"time": "2016-02-22T11:48:55Z",
"type": "compute.host.down",
"details": {
@ -57,7 +56,6 @@ class TestDoctorDriver(manager_congress.ScenarioPolicyBase):
]
expected_row = [
"0123-4567-89ab",
"2016-02-22T11:48:55Z",
"compute.host.down",
"compute1",