summaryrefslogtreecommitdiffstats
path: root/docker/bottleneck-compose/bottlenecks/Dockerfile
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2017-07-17 17:45:38 +0800
committerYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>2017-07-18 01:34:26 +0000
commitd31e40fdf62cecd272ec7811d9205ea6916594f9 (patch)
treec230d38b666aa7f8ec20aa84407fbd747f379bf4 /docker/bottleneck-compose/bottlenecks/Dockerfile
parent1fd4046eacef68412f65ac888646c14999fa8236 (diff)
Bug fix of Bottlenecks can't use CLI
JIRA: BOTTLENECK-171 Bug fix of Bottlenecks can't use CLI to start test. Some docker-compose function delete to fit elk docker support. After this patch you could use bottlenecks testcase run posca_factor_ping to start this test. you also need to put the rc file to bottlenecks docker. Change-Id: I340e31185a499c81f9595a902df89d8f0ddf0cd3 Signed-off-by: liyin <liyin11@huawei.com> (cherry picked from commit 75f99aaeadada56dfc974746cd83fec275133a3c)
Diffstat (limited to 'docker/bottleneck-compose/bottlenecks/Dockerfile')
-rw-r--r--docker/bottleneck-compose/bottlenecks/Dockerfile10
1 files changed, 0 insertions, 10 deletions
diff --git a/docker/bottleneck-compose/bottlenecks/Dockerfile b/docker/bottleneck-compose/bottlenecks/Dockerfile
deleted file mode 100644
index 8e305111..00000000
--- a/docker/bottleneck-compose/bottlenecks/Dockerfile
+++ /dev/null
@@ -1,10 +0,0 @@
-FROM opnfv/bottlenecks:latest
-
-USER root
-
-RUN apt-get update && apt-get install -y \
- openssh-server
-
-RUN mkdir /var/run/sshd
-EXPOSE 22
-CMD ["/usr/sbin/sshd", "-D"]