From db6081fb802559cdb6623bbc5dbff597cd287b07 Mon Sep 17 00:00:00 2001 From: Huanxuan Ao Date: Wed, 19 Apr 2017 21:47:57 +0800 Subject: [PATCH] Fix network list functional test An error in network func test broke our CI, looks like the "is_default" should be "False" by default for now. Change-Id: I021eb8abd9bdf55c7c06031152c107312f104b34 --- openstackclient/tests/functional/network/v2/test_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstackclient/tests/functional/network/v2/test_network.py b/openstackclient/tests/functional/network/v2/test_network.py index 0e10bfce1a..02fa42f242 100644 --- a/openstackclient/tests/functional/network/v2/test_network.py +++ b/openstackclient/tests/functional/network/v2/test_network.py @@ -181,7 +181,7 @@ class NetworkTests(base.TestCase): cmd_output["shared"], ) self.assertEqual( - None, + False, cmd_output["is_default"], ) self.assertEqual(