Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the user to specify server names #153

Open
anthonydahanne opened this issue May 17, 2017 · 2 comments
Open

Allow the user to specify server names #153

anthonydahanne opened this issue May 17, 2017 · 2 comments
Assignees

Comments

@anthonydahanne
Copy link
Member

In galvan, server names are generated with the following pattern :

      String serverName = "testServer" + (i + serverStartNumber);

I would like to write a galvan test using my own server names (to assert whether or not other parts of the system work fine with server names with special characters), but I can't.

cc @mathieucarbou to simulate a server with a name like "10.0.1.1:9510"

@mathieucarbou
Copy link
Member

mathieucarbou commented May 17, 2017

@anthonydahanne it will be also useful when simulating same server names

@anthonydahanne
Copy link
Member Author

@mathieucarbou true !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants