Merge pull request #3410 from opensourcerouting/bugfix/topotest-docker-build-context

Revert "tests/topotests: Change docker build context"
This commit is contained in:
Quentin Young 2018-12-04 11:36:11 -05:00 committed by GitHub
commit 39801f8e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -70,7 +70,7 @@ RUN echo "" >> /etc/security/limits.conf; \
echo "root hard core unlimited" >> /etc/security/limits.conf
# Copy run scripts to facilitate users wanting to run the tests
COPY tests/topotests/docker/inner /opt/topotests
COPY docker/inner /opt/topotests
WORKDIR /root/topotests
ENV PATH "$PATH:/opt/topotests"

View File

@ -22,10 +22,9 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
cd "$(dirname "$0")"/../../..
cd "$(dirname "$0")"/..
exec docker build --pull \
--compress \
-t frrouting/frr:topotests-latest \
-f tests/topotests/Dockerfile \
.