Comment 7 for bug 1742911

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-cisco (master)

Reviewed: https://review.openstack.org/532292
Committed: https://git.openstack.org/cgit/openstack/networking-cisco/commit/?id=4a4d401abc4681834d16d833b145cdd94ca7f24c
Submitter: Zuul
Branch: master

commit 4a4d401abc4681834d16d833b145cdd94ca7f24c
Author: Sam Betts <email address hidden>
Date: Tue Jan 9 12:39:47 2018 +0000

    Add a more complete testcase for the UCSM configuration

    The unit tests are written to suit the new way the config is being
    handled using oslo config. The old unit tests suit the way the config
    was being handled (with local dicts being created to hold parsed
    config.) Now, the configuration is consolidated within oslo config
    variables are so the tests compare expected data against how these oslo
    config variables instead.

    Change-Id: Ibcce36ca32186f8e9418f6218cbcd48d63c9f146
    Partial-Bug: #1742911