Commit Graph

3 Commits

Author SHA1 Message Date
Ed Santiago
04f2203e24 WIP: Keep trying to fix ansible
DO NOT COMMIT.

I'm simply trying to understand why reboot is failing.

This commit adds some debug statements to try to get
a sense for what grubenv looks like.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-05-13 10:19:19 -06:00
Ed Santiago
5b50b233ab Sigh. Put the reboot in a block.
Podman gating tests failed:

   ... back_again.changed): 'dict object' has no attribute 'changed'

Previous error (ignored) was a timeout in the reboot step. I have
no idea how to fix this, so let's try putting the reboot and wait
steps into a 'block' section and removing the '.changed'.

Tested with 1minutetip. Seems to work, but the reboot was quick
so it didn't trigger the same code.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-05-11 14:12:45 -06:00
Ed Santiago
567c3048f9 Complete rewrite of gating tests
This makes a mess of the gating test sources, all
for the sake of being able to run cgroups v1 tests.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-04-28 12:30:29 -06:00