-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fixed IP Blocks IT #244
base: main
Are you sure you want to change the base?
Fixed IP Blocks IT #244
Conversation
Still seeing
The other test failures should be sorted, so you should be able to merge the latest from the main branch into your PR (or rebase on main). |
I think you should be able to see the project on the right-hand column - once you get this test passing, feel free to move this back to the backlog column 👍 |
The test is passing for me, can you please use the config shared? |
Note: When testing locally for a code review, ensure that your local repository does not contain any changes. If you're testing with local changes then you'll be testing something different than what others are testing with. This file seems to be the problem: https://github.com/saltstack/salt-ext-modules-vmware/blob/main/tests/integration/nsxt_config.json The way the config is loaded also is not following the more typical pattern. Of course, as we've discussed in the past, the scraper approach is less desirable. If it's possible to gather the required values from the environment it's acceptable to write something like this:
Obviously these values should be documented, and as much as possible helpers should be provided so that someone who has access to NSX-T should be able to get the required information without outside help. |
Hi @waynew we can modify the way config is loaded. However, we will still need to replace the config file ( https://github.com/saltstack/salt-ext-modules-vmware/blob/main/tests/integration/nsxt_config.json) with actual values. I'm not sure how to fetch something from the environment if the env related values are not provided in the config. I will add the instructions to readme file, to add the top level server and credentials. HTH |
@kdsalvy are you going to make the changes to this PR or should we go ahead and close it? |
Hi @waynew , do we need any change in the IT? I have verified it is working fine, on adding the configuration. Any other changes can be taken up as separate PR. |
No description provided.