You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/tests
Jonathan A. Sternberg 1d12c1f5b3
Integration test for docker buildx version
An integration test for `docker buildx version` has been created. The
integration test checks that there is one line output, the output is
composed of three sections, and that these sections could feasibly be
the package path, version, and revision information.

The intention of the checks is to find obvious errors in the output like
the package path not existing or the version and revision being swapped.
It is not intended to assert that these values must be certain values
because it is assumed these values may vary depending on the build
process for buildx.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
1 year ago
..
workers test: register docker worker with containerd snapshotter 2 years ago
bake.go tests: add simple local bake test 2 years ago
build.go tests: add basic build progress test 2 years ago
imagetools.go tests: add integration test for imagetools create 1 year ago
inspect.go test: fix inspect and ls 2 years ago
integration.go build: prefer local image resolution for docker driver 2 years ago
integration_test.go Integration test for docker buildx version 1 year ago
ls.go test: fix inspect and ls 2 years ago
version.go Integration test for docker buildx version 1 year ago