tests: fetch unshared subnetpools only

This will allow us to avoid races in api tests where other tests create
shared pools and in that way influence the resulting list of resources
we fetch to compare with shared=False list later.

Change-Id: Ic3c35293d18fee0db01ebbab532ec6b8f32f9b14
diff --git a/neutron/tests/tempest/api/test_subnetpools.py b/neutron/tests/tempest/api/test_subnetpools.py
index 87d5c05..52fe787 100644
--- a/neutron/tests/tempest/api/test_subnetpools.py
+++ b/neutron/tests/tempest/api/test_subnetpools.py
@@ -347,6 +347,8 @@
 
     resource = 'subnetpool'
 
+    list_kwargs = {'shared': False}
+
     @classmethod
     def resource_setup(cls):
         super(SubnetPoolsSearchCriteriaTest, cls).resource_setup()