Elek, Marton created HDDS-508:
---------------------------------

             Summary: Add robot framework to the apache/hadoop-runner baseimage
                 Key: HDDS-508
                 URL: https://issues.apache.org/jira/browse/HDDS-508
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
          Components: test
            Reporter: Elek, Marton


In HDDS-352 we moved the acceptance tests to the dist folder. Currently the 
framework is not part of the base image we need to install it all the time.

See the following lines in the 
[test.sh|https://github.com/apache/hadoop/blob/trunk/hadoop-dist/src/main/smoketest/test.sh]:

{code}
docker-compose -f "$COMPOSE_FILE" exec datanode sudo apt-get update
docker-compose -f "$COMPOSE_FILE" exec datanode sudo apt-get install -y 
python-pip
docker-compose -f "$COMPOSE_FILE" exec datanode sudo pip install robotframework
{code}

This could be removed after we add these lines to the [docker 
file|https://github.com/apache/hadoop/blob/docker-hadoop-runner/Dockerfile]:




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to