summaryrefslogtreecommitdiffstats
path: root/docker/bottleneck-compose/bottlenecks/Dockerfile
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2017-07-17 17:45:38 +0800
committerliyin <liyin11@huawei.com>2017-07-17 17:45:38 +0800
commit75f99aaeadada56dfc974746cd83fec275133a3c (patch)
treef916a3b19140a0e938205a94197e20c151df0113 /docker/bottleneck-compose/bottlenecks/Dockerfile
parentb26f701ab2327497b0e44f548ea18e24b1e6b0d9 (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>
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"]