tests: enable pasta tests
This should have been done a long time ago and this would have made clear that it did not work properly. However now that pasta is the default and we fixed all the remaining problems we can easily enable them. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
1e8e9351e5
commit
d50122aeb2
|
@ -6449,10 +6449,6 @@ _EOF
|
|||
skip_if_chroot
|
||||
skip_if_root_environment "pasta only works rootless"
|
||||
|
||||
# FIXME: unskip when we have a new pasta version with:
|
||||
# https://archives.passt.top/passt-dev/20230623082531.25947-2-pholzing@redhat.com/
|
||||
skip "pasta bug prevents this from working"
|
||||
|
||||
_prefetch alpine
|
||||
|
||||
# pasta by default copies the host ip
|
||||
|
|
|
@ -727,11 +727,8 @@ function configure_and_check_user() {
|
|||
skip_if_chroot
|
||||
skip_if_root_environment "pasta only works rootless"
|
||||
|
||||
# FIXME: unskip when we have a new pasta version with:
|
||||
# https://archives.passt.top/passt-dev/20230623082531.25947-2-pholzing@redhat.com/
|
||||
skip "pasta bug prevents this from working"
|
||||
|
||||
run_buildah from --quiet --pull=false $WITH_POLICY_JSON debian
|
||||
_prefetch alpine
|
||||
run_buildah from --quiet --pull=false $WITH_POLICY_JSON alpine
|
||||
cid=$output
|
||||
|
||||
local hostname=h-$(random_string)
|
||||
|
|
Loading…
Reference in New Issue