diff --git a/magnum/tests/functional/mesos/test_mesos_python_client.py b/magnum/tests/functional/mesos/test_mesos_python_client.py index f644690953..495223c317 100644 --- a/magnum/tests/functional/mesos/test_mesos_python_client.py +++ b/magnum/tests/functional/mesos/test_mesos_python_client.py @@ -17,7 +17,8 @@ class TestBayModelResource(BayTest): coe = 'mesos' def test_baymodel_create_and_delete(self): - self._test_baymodel_create_and_delete('test_mesos_baymodel') + self._test_baymodel_create_and_delete('test_mesos_baymodel', + network_driver='docker') class TestBayResource(BayTest):