summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
-rwxr-xr-xdocker/run_tests.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index caa733f66..6188deaeb 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 0f9e8a30c..95513d4fb 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: