Test: fixed snmp for docker/fcgi

This commit is contained in:
Olof hagsand 2022-07-27 18:28:24 +02:00
parent b0d38a513c
commit bb069aa7b8
4 changed files with 19 additions and 6 deletions

View file

@ -69,7 +69,6 @@ RUN git clone https://github.com/openconfig/public
# Create a directory to hold source-code, dependencies etc
RUN mkdir /clixon
RUN mkdir /clixon/build
WORKDIR /clixon
@ -107,7 +106,7 @@ RUN make
RUN make install
RUN install example.xml /clixon/build/etc/clixon.xml
# Copy tests (why not everything?)
# Copy tests
WORKDIR /clixon/clixon/test
RUN install -d /clixon/build/bin/test
RUN install *.sh /clixon/build/bin/test