From fa613119057abbd7e6f6626a941efd81a47fe406 Mon Sep 17 00:00:00 2001 From: Naoto Hanaue Date: Wed, 16 Sep 2015 18:03:31 +0900 Subject: scenario_test: change docker base image to use in the make_gobgp_ctn() --- test/scenario_test/lib/base.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/scenario_test/lib') diff --git a/test/scenario_test/lib/base.py b/test/scenario_test/lib/base.py index 169b223c..79e97521 100644 --- a/test/scenario_test/lib/base.py +++ b/test/scenario_test/lib/base.py @@ -75,7 +75,7 @@ class CmdBuffer(list): return self.delim.join(self) -def make_gobgp_ctn(tag='gobgp', local_gobgp_path='', from_image='golang:1.4'): +def make_gobgp_ctn(tag='gobgp', local_gobgp_path='', from_image='osrg/quagga'): if local_gobgp_path == '': local_gobgp_path = os.getcwd() @@ -86,8 +86,6 @@ def make_gobgp_ctn(tag='gobgp', local_gobgp_path='', from_image='golang:1.4'): c << 'RUN go install github.com/osrg/gobgp/gobgpd' c << 'RUN go get github.com/osrg/gobgp/gobgp' c << 'RUN go install github.com/osrg/gobgp/gobgp' - c << 'RUN apt-get update' - c << 'RUN apt-get install -qy --no-install-recommends quagga telnet' rindex = local_gobgp_path.rindex('gobgp') if rindex < 0: -- cgit v1.2.3