From 76e34f3f2d9ff2c9d776d7e36be136608e8bf4b6 Mon Sep 17 00:00:00 2001 From: Jose Lausuch Date: Thu, 30 Mar 2017 14:58:15 +0000 Subject: 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 (cherry picked from commit 41b103d9a6804a97ca85e2b09b628cea06219faf) --- docs/submodules/functest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/functest b/docs/submodules/functest index 9024aedbb..f4bcff626 160000 --- a/docs/submodules/functest +++ b/docs/submodules/functest @@ -1 +1 @@ -Subproject commit 9024aedbbd8bff2e4e9462ceaedf4b32afa6538d +Subproject commit f4bcff62612e2035918a82acd4b495d62a2b8c13 -- cgit 1.2.3-korg