[
https://issues.apache.org/jira/browse/JCLOUDS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974525#comment-13974525
]
Sandeep Bazar commented on JCLOUDS-538:
---------------------------------------
I have a real Swift instance and would like to test all its features and
functionality using JClouds. Download jclouds-master from
https://github.com/jclouds/jclouds.
*) Tried to run 'swift integration test ' from the command line as follows,
mvn integration-test -pl :swift -Plive
-Dtest.swift-keystone.endpoint="http://X.X.X.X:5000/v2.0/"
-Djclouds.provider="swift-keystone"
-Djclouds.keystone.credential-type="passwordCredentials"
-Dtest.swift-keystone.identity="demo:demo"
-Dtest.swift-keystone.credential="devstack" -X
This results in Build Failure. The complete build log is listed here
http://pastie.org/9090697
*) When we run without Djclouds.keystone.credential-type argument, then it
always results in 'VM crash or System.exit'
mvn integration-test -pl :swift -Plive
-Dtest.swift-keystone.endpoint="http://9.122.123.202:5000/v2.0/"
-Djclouds.provider="swift-keystone" -Dtest.swift-keystone.identity="demo:demo"
-Dtest.swift-keystone.credential="devstack" -X
This results in Build Failure. The complete build log is listed here
http://pastie.org/9090672
> Integration Test for JCloud - OpenStack Swift. Tests failed failed with
> response: HTTP/1.1 500 no response configured for request
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: JCLOUDS-538
> URL: https://issues.apache.org/jira/browse/JCLOUDS-538
> Project: jclouds
> Issue Type: Test
> Components: jclouds-labs-openstack
> Environment: Redhat, swift
> Reporter: Sandeep Bazar
> Priority: Critical
> Fix For: 1.8.0
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)