moby/integration/image
Sebastiaan van Stijn 76d8bfdff4
testutil/environment: remove Execution.OSType field
This field was added in f0e5b3d7d8 to
account for older versions of the engine (Docker EE LTS versions), which
did not yet provide the OSType field in Docker info, and had to be manually
set using the TEST_OSTYPE env-var.

This patch removes the field in favor of the equivalent in DaemonInfo. It's
more verbose, but also less ambiguous what information we're using (i.e.,
the platform the daemon is running on, not the local platform).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-06-26 11:18:09 +02:00
..
commit_test.go Using test names instead of hardcoded ones in integration/image directory 2020-05-18 16:37:09 +01:00
import_test.go testutil/environment: remove Execution.OSType field 2023-06-26 11:18:09 +02:00
inspect_test.go testutil/environment: remove Execution.OSType field 2023-06-26 11:18:09 +02:00
list_test.go List images with multiple since/before filters 2022-12-08 16:36:57 -05:00
main_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
pull_test.go testutil/environment: remove Execution.OSType field 2023-06-26 11:18:09 +02:00
remove_test.go Windows: Enable more integration tests 2020-09-20 22:09:27 +03:00
remove_unix_test.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
save_test.go testutil/environment: remove Execution.OSType field 2023-06-26 11:18:09 +02:00
tag_test.go Windows: Enable more integration tests 2020-09-20 22:09:27 +03:00