@Test
public void testStepSuccessful() throws InterruptedException, ClassNotFoundException, IOException,
NoPeerConnectionException {
NetworkManager putter = network.get(0); // where the process runs
putter.getConnection().getPeer().getPeerBean().storage(new H2HStorageMemory());
NetworkManager proxy = network.get(1); // where the user profile is stored
proxy.getConnection().getPeer().getPeerBean().storage(new H2HStorageMemory());
// create the needed objects
String userId = proxy.getNodeId();
Locations newLocations = new Locations(userId);
newLocations.addPeerAddress(putter.getConnection().getPeer().getPeerAddress());