Loading tests/integration/syscalls/test_malleability.py +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ def test_malleability(gkfwd_daemon_factory, gkfs_client, gkfs_shell): assert cmd.stdout.decode() == "No expansion running/finished.\n" cmd = gkfs_shell.gkfs_malleability('expand','start', timeout=340) assert cmd.stdout.decode() == "Expansion process from 2 nodes to 4 nodes launched...\n" assert cmd.stdout.decode() == "Expansion process from 2 nodes to 3 nodes launched...\n" assert cmd.exit_code == 0 while True: Loading Loading
tests/integration/syscalls/test_malleability.py +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ def test_malleability(gkfwd_daemon_factory, gkfs_client, gkfs_shell): assert cmd.stdout.decode() == "No expansion running/finished.\n" cmd = gkfs_shell.gkfs_malleability('expand','start', timeout=340) assert cmd.stdout.decode() == "Expansion process from 2 nodes to 4 nodes launched...\n" assert cmd.stdout.decode() == "Expansion process from 2 nodes to 3 nodes launched...\n" assert cmd.exit_code == 0 while True: Loading