Fix test_contrail_vrouter_dpdk test

Change-Id: I9bd32166d92f72f1b37ba2d5054b8163c6fba98d
This commit is contained in:
Oleksandr Kosse 2017-04-12 13:32:33 +03:00
parent 86974f8dc1
commit bfea03c554
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def test_contrail_vrouter_dpdk(os_faults_steps):
assert_that( assert_that(
compute_services, compute_services,
has_item( has_item(
has_entries(name='contrail-vrouter-dpdk', status='active'))) has_entries(service='contrail-vrouter-dpdk', status='active')))
def test_bound_network_interfaces(os_faults_steps, computes): def test_bound_network_interfaces(os_faults_steps, computes):