Nayana Thorat created CAMEL-16797:
-------------------------------------
Summary: Test-infra: with docker
Key: CAMEL-16797
URL: https://issues.apache.org/jira/browse/CAMEL-16797
Project: Camel
Issue Type: Task
Components: camel-test, camel-testcontainers
Affects Versions: 3.9.0
Environment: OS: Ubuntu 18.04
Java : OpenJdk 11
Reporter: Nayana Thorat
I have build apache camel v3.9.0 from source and also executing tests as
mentioned in
[https://camel.apache.org/manual/latest/building.html]
while executing _mvn install_ I observed that testcases for some components
like camel-couchdb or camel-arangodb are activated only if docker is installed
whereas tests for components like camel-couchbase are executed even if docker
is not installed. Curious to know why its like that.
Another question is how to run the tests using a remote docker server? ( camel
code on one vm from where we execute _mvn install_ and docker running on
another host)
I tried setting DOCKER_HOST variable as mentioned [here
|https://github.com/apache/camel/blob/camel-3.9.0/components/camel-aws/camel-aws2-sqs/README.md]
but it didn't help.
_DOCKER_HOST=tcp://myhost:2375 mvn clean install_
Could you please let me know if I am missing anything here?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)