> @@ -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>
Well, I've tried that, but the only thing that does is make the methods run
sequential. What I need is to run all test classes sequential, which this
attribute of the annotation does not do.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/44/files#r7304301