ParentStatefulRemote stateful = beanSet.parent;
VMID node1 = stateful.getVMID();
assertNotNull("State node: ", node1);
getLog ().debug ("Node 1 ID: " +node1);
assertEquals("Counter: ", 1, stateful.incrementLocal());
assertEquals("Counter: ", 2, stateful.incrementLocal());
sleep(300);
// Now we switch to the other node, simulating a failure on node 1
stateful.setUpFailover("once");