Fix for few failing network rbac tests
Following network rbac api tests are failing -
1. test_create_network_provider_physical_network
2. test_update_network_router_external
This patch provides fix for -
1. test_update_network_router_external
This patch removes test "test_create_network_provider_physical_network"
because it is failing.
As soon as we get a new approach for handling such "hardcoding required"
tests, a new patch can be submitted.
Partial-Bug: #1665105
Change-Id: Iff84ccfed7346fed077c449298b21cd5057f957e
diff --git a/patrole_tempest_plugin/config.py b/patrole_tempest_plugin/config.py
index 6ee1528..94e6aef 100644
--- a/patrole_tempest_plugin/config.py
+++ b/patrole_tempest_plugin/config.py
@@ -25,5 +25,5 @@
" Patrole tests."),
cfg.BoolOpt('rbac_flag',
default=False,
- help="Enables RBAC tests."),
+ help="Enables RBAC tests.")
]