diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-01-22 20:32:14 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-01-22 20:32:14 +0900 |
commit | 3901b2e7be031ccc0ba8217113a0cf3ffeeac63a (patch) | |
tree | 66996776805b8fb47b3485136a16c7f6749c9a22 | |
parent | 3338cc7c8a914eb1fdde590ff916189766d43c46 (diff) |
test: remove dockerfile
move them to a different repository:
https://github.com/osrg/dockerfiles/tree/master/exabgp
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | test/scenario_test/dockerfile/exabgp/Dockerfile | 20 | ||||
-rw-r--r-- | test/scenario_test/dockerfile/exabgp/exabgp.env | 41 |
2 files changed, 0 insertions, 61 deletions
diff --git a/test/scenario_test/dockerfile/exabgp/Dockerfile b/test/scenario_test/dockerfile/exabgp/Dockerfile deleted file mode 100644 index f50ad8de..00000000 --- a/test/scenario_test/dockerfile/exabgp/Dockerfile +++ /dev/null @@ -1,20 +0,0 @@ -# EXA BGP -# -# Vertion 3.4.5 - -FROM ubuntu:14.04 - -MAINTAINER Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> - -RUN apt-get update -RUN apt-get install -qy --no-install-recommends wget python - -ENV HOME /root -WORKDIR /root - -RUN wget --no-check-certificate https://github.com/Exa-Networks/exabgp/archive/3.4.5.tar.gz -RUN tar xzvf 3.4.5.tar.gz -RUN rm 3.4.5.tar.gz -RUN mv exabgp-3.4.5/ /usr/local/exabgp - -ADD exabgp.env /usr/local/exabgp/etc/exabgp/exabgp.env
\ No newline at end of file diff --git a/test/scenario_test/dockerfile/exabgp/exabgp.env b/test/scenario_test/dockerfile/exabgp/exabgp.env deleted file mode 100644 index 44986a6c..00000000 --- a/test/scenario_test/dockerfile/exabgp/exabgp.env +++ /dev/null @@ -1,41 +0,0 @@ -[exabgp.api] -encoder = text - -[exabgp.cache] -attributes = false -nexthops = false - -[exabgp.daemon] -daemonize = false -pid = '' -user = 'root' - -[exabgp.log] -#all = false -all = false -configuration = false -daemon = true -destination = '/mnt/exabgpd.log' -#destination = 'syslog' -enable = true -level = INFO -message = false -network = true -packets = false -parser = false -processes = true -rib = false -routes = false -short = false -supervisor = true -timers = false - -[exabgp.pdb] -enable = false - -[exabgp.profile] -enable = false -file = '' - -[exabgp.tcp] -timeout = 1
\ No newline at end of file |