> @@ -126,6 +126,7 @@
>
> <test.openstack-neutron.credential>${test.openstack-neutron.credential}</test.openstack-neutron.credential>
>
> <test.jclouds.keystone.credential-type>${test.jclouds.keystone.credential-type}</test.jclouds.keystone.credential-type>
> </systemPropertyVariables>
> + <parallel>classes</parallel>
I've added this to make sure the live tests run sequential instead of parallel.
Running these live tests parallel can cause some issues sometimes due to
different tests creating / listing the same entity at the same time.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/44/files#r7242230