System tests: run with local podman, not remote

Initially filed as #7967 but that has run into huge complicated
snags related to Ubuntu and environment.

It is crucial to get system tests working with podman-local.
It is less important to get them on Ubuntu. Let's please
expedite this PR while we settle the Ubuntu stuff in #7967

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2020-10-12 11:05:31 -06:00
parent 5801a30487
commit 7c351fbfe2

View File

@ -544,7 +544,6 @@ rootless_system_test_task:
env: env:
TEST_FLAVOR: sys TEST_FLAVOR: sys
PRIV_NAME: rootless PRIV_NAME: rootless
PODBIN_NAME: remote
clone_script: *noop # Comes from cache clone_script: *noop # Comes from cache
gopath_cache: *ro_gopath_cache gopath_cache: *ro_gopath_cache
setup_script: *setup setup_script: *setup