skopeo/systemtest
Chris Evich 292962d34c
Fix unnecessary use of podman in CI test
For whatever reasons, the podman configuration in CI results in the
inspect test throwing the following error:

```
not ok 4 inspect: image manifest list w/ diff platform
125
configuration is unset - using hardcoded default graph root
\"/var/lib/containers/storage\""
configuration is unset - using hardcoded default graph root
\"/var/lib/containers/storage\""
StoreOptions
```

Fix this by not using `podman`. It's unnecessary, since all the test
needs is the golang-flavor of the current system's architecture name.
That can easily be obtained by asking the go tool directly.

Signed-off-by: Chris Evich <cevich@redhat.com>
2023-01-18 10:09:44 -05:00
..
testdata Add support for docker-archive: to skopeo list-tags 2022-03-15 09:32:05 +08:00
001-basic.bats systemtest - new set of BATS tests for RHEL8 gating 2019-05-28 10:10:50 -06:00
010-inspect.bats Fix unnecessary use of podman in CI test 2023-01-18 10:09:44 -05:00
020-copy.bats warn users about --dest-compress and --dest-decompress misuse 2022-09-07 03:38:28 +03:00
030-local-registry-tls.bats Add system tests 2021-03-16 11:00:56 +01:00
040-local-registry-auth.bats Update tests for changed error texts 2022-10-12 22:56:46 +02:00
050-signing.bats prompt-less signing via passphrase file 2022-01-26 08:30:49 +01:00
060-delete.bats Migrate tests from docker.io 2021-01-21 14:04:01 -07:00
070-list-tags.bats Add support for docker-archive: to skopeo list-tags 2022-03-15 09:32:05 +08:00
080-sync.bats Add dry-run mode to skopeo-sync 2022-03-28 14:18:10 -04:00
helpers.bash add a SIF systemtest 2022-01-27 10:02:02 +01:00
make-noarch-manifest Migrate tests from docker.io 2021-01-21 14:04:01 -07:00
run-tests fixup! Incorporate review feedback from mtrmac 2019-05-28 10:10:50 -06:00