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

Adds test for Router Interface idempotence #176

Merged
merged 1 commit into from May 13, 2020

Commits on May 13, 2020

  1. Adds test for Router Interface idempotence

    This patch adds a test to ensure router interface idempotence and
    updates the router interface resource class to handle the case
    when a router interface already exists when attempting to create
    an identical one.
    
    This patch also fixes a small bug in the router interface where
    it was using the "subnet_name" key where it should have been
    using a "subnet_id" key.  This was causing the unintended behavior
    of never finding a matching port when checking for ports that may
    have already been created, so it always tried to create the port
    leading to conflicts.
    Ryan Brady committed May 13, 2020
    Copy the full SHA
    bd0c25c View commit details
    Browse the repository at this point in the history