Avoid port_state error in test_create_list_show_delete_interfaces
In Jenkins, some times test_create_list_show_delete_interfaces is
failing as port_state not matched while comparing interfaces,
i.e self.assertEqual(iface, _iface)
This is because port_state may likely have changed at this time.
Other test cases use _check_interface to compare interfaces instead of
directly comparing interfaces. So we follow the same here.
Closes-bug: #1406438
Change-Id: I76c52ce134197b548e4a5e7405140b0ad18fae2e
1 file changed