Comment 37 for bug 1753504

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-vpnaas-dashboard (master)

Reviewed: https://review.openstack.org/549652
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas-dashboard/commit/?id=6cbdee8340734962912657057875a91a0f3214ae
Submitter: Zuul
Branch: master

commit 6cbdee8340734962912657057875a91a0f3214ae
Author: Akihiro Motoki <email address hidden>
Date: Mon Mar 5 08:12:47 2018 +0900

    Drop mox usage from VPNaaS panel tests

    AddEndpointGroup workflow previously passes 'subnets' and 'cidrs'
    in "context" data to endpointgroup_create(), but precisely speaking
    this is not correct (even though endpointgroup_create() does filtering
    inside the function). After mock introduction, arguments are checked
    more stricly and it is tricky to have 'subnets' and 'cidrs' in
    assert_called_once_with, so this commit changes the arguments in
    the AddEndpointGroup workflow.

    This is part of mox-removal community goal in Rocky.

    Partial-Bug: #1753504
    Change-Id: Ida3a5fdad267144392aba946c089113c478c4405