Update git submodules
authorJose Lausuch <jose.lausuch@ericsson.com>
Thu, 30 Mar 2017 14:58:15 +0000 (14:58 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 30 Mar 2017 14:58:15 +0000 (14:58 +0000)
commit76e34f3f2d9ff2c9d776d7e36be136608e8bf4b6
treeb0cd4415f9fa4fca37c4efc79ff3347f12c90d03
parent18b4080e92c54e0f686c92407e72f23650b1474d
Update git submodules

* Update docs/submodules/functest from branch 'stable/danube'
  - Merge "Check a rule existence for a specific security group" into stable/danube
  - Check a rule existence for a specific security group

        Implement a functionality to check if a rule concerning
        a specific security group exists
        - function get_security_group_rules(neutron_client, sg_id)
          returns the list of the security rules for a specific security group
        - function check_security_group_rules(neutron_client,
                                              sg_id, direction,
                                              protocol,
                                              port_min=None,
                                              port_max=None)
          checks if a specific rule for a specific security group exists
          and returns True or False
        - implement unit tests for the two new functions

         This new functionality is needed for sdnvpn project

    Change-Id: Ib930bc9a76141932f4164d88e2640b49f3df4d77
Signed-off-by: tomsou <soth@intracom-telecom.com>
    (cherry picked from commit 41b103d9a6804a97ca85e2b09b628cea06219faf)
docs/submodules/functest