]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add more smarts when creating a container
authorTom Hromatka <tom.hromatka@oracle.com>
Wed, 17 Jul 2024 19:06:49 +0000 (13:06 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 17 Jul 2024 21:15:53 +0000 (15:15 -0600)
commite1a1b8fe1d9a08b6df0068a6711d1311b713e705
treecd9e06ecae193443bf9b568a24ce0a5ff5e2b238
parentd8bfd9627a56bc08ca66ba01d3e12efbf93dbef3
ftests: Add more smarts when creating a container

If lxc returns 'Instance is busy running a "create" operation', the
container was successfully created but it's not yet fully running.  Call
this a success as future operations will succeed once the container has
fully started.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/container.py