From 4b9d0410dc20fec23e11414f21adc906f73ea1bd Mon Sep 17 00:00:00 2001 From: Jose Lausuch Date: Thu, 30 Mar 2017 14:46:33 +0000 Subject: Update git submodules * Update docs/submodules/functest from branch 'master' - Merge "Check a rule existence for a specific security group" - 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 --- docs/submodules/functest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/functest') diff --git a/docs/submodules/functest b/docs/submodules/functest index 251b25f7d..59c437199 160000 --- a/docs/submodules/functest +++ b/docs/submodules/functest @@ -1 +1 @@ -Subproject commit 251b25f7dc3a42d3717e696a164a92510e21cb38 +Subproject commit 59c4371997e1a8eaaf1df090ca1d5d90956fdb81 -- cgit 1.2.3-korg