delete "id" field in DoctorDriver

There is no "id" field in the Doctor SB_API.

Change-Id: I8ad7d8d4bdd35d3c16963c0961d7912fa4fb001e
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
This commit is contained in:
dongwenjuan 2017-03-01 13:49:07 +08:00
parent 65c49f1876
commit 956556a08e
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",