From fe86b9eb0768999cf48d3587061ba00e66d23051 Mon Sep 17 00:00:00 2001 From: akhiljain23 Date: Fri, 1 Mar 2019 08:14:15 +0530 Subject: [PATCH] Update nova server test for addiing created_at field Change-Id: I5f91eb68faa9dc355b096de341afad27cb0f710b --- .../tests/scenario/congress_datasources/test_nova.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/congress_tempest_plugin/tests/scenario/congress_datasources/test_nova.py b/congress_tempest_plugin/tests/scenario/congress_datasources/test_nova.py index 7f1dd37..160c03d 100644 --- a/congress_tempest_plugin/tests/scenario/congress_datasources/test_nova.py +++ b/congress_tempest_plugin/tests/scenario/congress_datasources/test_nova.py @@ -75,6 +75,8 @@ class TestNovaDriver(manager_congress.ScenarioPolicyBase): return 'image' elif col == 'flavor_id': return 'flavor' + elif col == 'created_at': + return 'created' elif col == 'zone': return 'OS-EXT-AZ:availability_zone' elif col == 'host_name':