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

Put config dicts #806

Merged
merged 4 commits into from
Nov 6, 2024
Merged

Put config dicts #806

merged 4 commits into from
Nov 6, 2024

Conversation

mattiaswal
Copy link
Contributor

@mattiaswal mattiaswal commented Nov 6, 2024

This fix #804 and stabalize ospf_multiarea and ospf_bfd

Description

Checklist

Tick relevant boxes, this PR is-a or has-a:

  • Bugfix
    • Regression tests
    • ChangeLog updates (for next release)
  • Feature
    • YANG model change => revision updated?
    • Regression tests added?
    • ChangeLog updates (for next release)
    • Documentation added?
  • Test changes
    • Checked in changed Readme.adoc (make test-spec)
    • Added new test to group Readme.adoc and yaml file
  • Code style update (formatting, renaming)
  • Refactoring (please detail in commit messages)
  • Build related changes
  • Documentation content changes
    • ChangeLog updated (for major changes)
  • Other (please describe):

@mattiaswal mattiaswal force-pushed the put-config-dicts branch 3 times, most recently from aa50535 to 174b057 Compare November 6, 2024 08:20
@mattiaswal mattiaswal requested a review from wkz November 6, 2024 09:19
Copy link
Contributor

@wkz wkz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!

Lovely how low-impact it was in both transports! 💪

Comment on lines 51 to 52
"ietf-interfaces":
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"ietf-interfaces":
{
"ietf-interfaces": {

...then remove lots of superfluous indentation below

Add all configuration in one command.
Also update the test igmp_vlan to use
put_config_dicts instead of put_config_dict
This is to workaround #807. To test automatic router id selection
a new test is required, which sets interfaces and activate ospf in
separete NETCONF/RESTCONF query.
This to make the test to be more stable.
@mattiaswal mattiaswal merged commit 6a9f9fd into main Nov 6, 2024
5 checks passed
@mattiaswal mattiaswal deleted the put-config-dicts branch November 6, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement put_config_dicts in infamy
2 participants