mirror of https://github.com/apache/jclouds.git
CloudStack pom.xml needs to pass the globalAdminIdentity/Credential properties to integration(live) tests, otherwise several tests will fail because they don't have global administrator access.
Conflicts: apis/cloudstack/pom.xml
This commit is contained in:
parent
d2a0c9854a
commit
5e36573ff9
|
@ -53,11 +53,13 @@
|
|||
<test.cloudstack.build-version />
|
||||
<test.cloudstack.identity>FIXME_apiKey</test.cloudstack.identity>
|
||||
<test.cloudstack.credential>FIXME_secretKey</test.cloudstack.credential>
|
||||
<test.cloudstack.domainAdminIdentity />
|
||||
<test.cloudstack.domainAdminCredential />
|
||||
<test.cloudstack.image-id />
|
||||
<test.cloudstack.image.login-user />
|
||||
<test.cloudstack.image.authenticate-sudo />
|
||||
<test.cloudstack.domainAdminIdentity></test.cloudstack.domainAdminIdentity>
|
||||
<test.cloudstack.domainAdminCredential></test.cloudstack.domainAdminCredential>
|
||||
<test.cloudstack.globalAdminIdentity></test.cloudstack.globalAdminIdentity>
|
||||
<test.cloudstack.globalAdminCredential></test.cloudstack.globalAdminCredential>
|
||||
<test.cloudstack.image-id></test.cloudstack.image-id>
|
||||
<test.cloudstack.image.login-user></test.cloudstack.image.login-user>
|
||||
<test.cloudstack.image.authenticate-sudo></test.cloudstack.image.authenticate-sudo>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -126,6 +128,8 @@
|
|||
<test.cloudstack.image.authenticate-sudo>${test.cloudstack.image.authenticate-sudo}</test.cloudstack.image.authenticate-sudo>
|
||||
<test.cloudstack.domainAdminIdentity>${test.cloudstack.domainAdminIdentity}</test.cloudstack.domainAdminIdentity>
|
||||
<test.cloudstack.domainAdminCredential>${test.cloudstack.domainAdminCredential}</test.cloudstack.domainAdminCredential>
|
||||
<test.cloudstack.globalAdminIdentity>${test.cloudstack.globalAdminIdentity}</test.cloudstack.globalAdminIdentity>
|
||||
<test.cloudstack.globalAdminCredential>${test.cloudstack.globalAdminCredential}</test.cloudstack.globalAdminCredential>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
Loading…
Reference in New Issue