-
Notifications
You must be signed in to change notification settings - Fork 4
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
Migrate populating local demo data through database.sql to using NetBox API #177
Conversation
5eb79ad
to
75fc276
Compare
Add a custom site
…ppliedDeletedAppliedThenRestorationSucceed
There are several |
To run the e2e test locally, please use a clean kind cluster (you can remove the current one by executing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks way clearer now with the python script I like it. Also tested it locally on my machine and works as expected.
Several changes are introduced in this PR
database.sql
is stripped down to only populating the API tokene2e tests are modified accordingly, as we also migrate to using locally-created tenants and sites only (idea from @bruelea ). We are also check if the tenant and site from parentPrefixSelector and the spec is properly leveraged by using 2 different tenants and sites.
Implements and closes #175