Commit d3b6f976 authored by Ramon Nou's avatar Ramon Nou
Browse files

reduce servers for malleability

parent 4327ebb7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: