Set force_tenant_isolation on neutron quotas tests
This commit sets a missing force_tenant_isolation parameter on a newly
added neutron quotas tests. The force_tenant_isolation parameter is
used to create a separate tenant for an admin tests unconditionally.
This is a required safety net for quotas tests to prevent unexpected
interactions from effecting what actions are allowed in other tests.
Closes-Bug: #1525291
Change-Id: If139f43d48a7533b232fbb8c2971760a711f6898
diff --git a/tempest/api/network/admin/test_negative_quotas.py b/tempest/api/network/admin/test_negative_quotas.py
index 5c4c421..fb5e662 100644
--- a/tempest/api/network/admin/test_negative_quotas.py
+++ b/tempest/api/network/admin/test_negative_quotas.py
@@ -29,6 +29,7 @@
quota_driver = neutron.db.quota_db.DbQuotaDriver
"""
+ force_tenant_isolation = True
@classmethod
def skip_checks(cls):