From f2f45ccb57f69cf6264aa1ad9dd08d196869f7f6 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Wed, 6 Nov 2019 14:19:34 -0500 Subject: Add new test suite for build Most build testing should be done in Buildah's test suites, but we should have a minimal amount of tests, especially testing the parts that are different like layers and squash. Also the CLI argument handling of things like the context directory that we've had issues reported. This first chunk does a basic test and then checks for context directory being a file and squash iterations. More to be added as time goes by. Signed-off-by: TomSweeneyRedHat --- test/e2e/build/squash/Dockerfile.squash-b | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/e2e/build/squash/Dockerfile.squash-b (limited to 'test/e2e/build/squash/Dockerfile.squash-b') diff --git a/test/e2e/build/squash/Dockerfile.squash-b b/test/e2e/build/squash/Dockerfile.squash-b new file mode 100644 index 000000000..4c5fdb153 --- /dev/null +++ b/test/e2e/build/squash/Dockerfile.squash-b @@ -0,0 +1,2 @@ +FROM test-squash-a:latest +RUN rm -rf /data -- cgit v1.2.3-54-g00ecf