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

Feature/5298: Move uplinkset type and LIG/LI checks to init (no need to redo them) #5

Merged
merged 2 commits into from
Feb 23, 2018

Commits on Feb 21, 2018

  1. Migrate uplinkset_mappings checks to driver init

    Move `check_uplinkset_types_constraint` and
    `check_unique_lig_per_provider_constraint` from
    the Synchronization periodic start to the Driver
    Initialization. Therefore, those checks are
    executed only once.
    stenioaraujo committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    d0196f3 View commit details
    Browse the repository at this point in the history
  2. Fixing up pylint

    stenioaraujo committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    3a15b82 View commit details
    Browse the repository at this point in the history