Details
Description
This test fails on EC2 boxes because they have /etc/hosts which contain and entry "127.0.0. localhost.localdomain localhost" rather than "127.0.0.1 localhost". Therefore the remoteBroker.getTransportConnectorByName("tcp://localhost:61617) call in DynamicallyIncludedDestinationsDuplexNetworkTest.getDuplexBridgeFromConnection fails because that connector is stored as "tcp://localhost.localdomain:61617"