diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 | ||||
-rwxr-xr-x | docker/run_tests.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index caa733f6..6188deae 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -85,4 +85,4 @@ RUN curl -L https://get.rvm.io | bash -s stable RUN /bin/echo -e "set nocompatible\nset backspace=2" >> /home/opnfv/.vimrc RUN echo "set nocompatible" >> /home/opnfv/.exrc -RUN echo "alias ll='ls -lh'" >> /home/opnfv/.bash_aliases +RUN echo "alias ll='ls -lh'" >> /home/opnfv/.bashrc diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 0f9e8a30..95513d4f 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -25,7 +25,7 @@ where: -s|--serial run tests in one thread -t|--test run specific set of tests <test_name> one or more of the following separated by comma: - vping_ssh,vping_userdata,odl,rally,tempest,vims,onos,promise,ovno + vping_ssh,vping_userdata,odl,onos,tempest,rally,vims,promise,doctor examples: |