We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e638688 commit 22537faCopy full SHA for 22537fa
src/e2e-test/java/com/cisco/trex/stateless/TRexClientTest.java
@@ -36,7 +36,7 @@ public class TRexClientTest {
36
37
@BeforeClass
38
public static void setUp() throws TRexConnectionException, TRexTimeoutException {
39
- client = new TRexClient("10.76.176.8", "4501", CLIENT_USER);
+ client = new TRexClient("trex-host", "4501", CLIENT_USER);
40
client.connect();
41
}
42
0 commit comments