From 24068b482d9a90d81185804f65b9c7e5d39904a1 Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Mon, 3 Apr 2017 14:07:21 +0000 Subject: Update git submodules * Update docs/submodules/sdnvpn from branch 'master' - Merge "Fix security group rule conflict" - Fix security group rule conflict -open_icmp_ssh function, that creates security group rules for icmp and http (here the name of the function is misleading), is splitted into 2 new functions one for each rule (open_icmp() and open_http_port()). Test cases that used the old function have been updated -In the original implementation of open_icmp_ssh() and open_bgp_port(), the direction parameter was missing. This was leading to an error message -A check for the existence of security group rule has been added and used before the creation of each security group rule. If a rule already exists, an info message is printed and the testcase continues This change is strongly dependent on https://gerrit.opnfv.org/gerrit/#/c/31925 of Functest repo. NOT TO BE MERGED before JIRA: SDNVPN-103 Change-Id: Icb96954556f6d7294cf3454f045dbca4b9be672d Signed-off-by: tomsou --- docs/submodules/sdnvpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/sdnvpn') diff --git a/docs/submodules/sdnvpn b/docs/submodules/sdnvpn index 1754fe0cd..66d5110ec 160000 --- a/docs/submodules/sdnvpn +++ b/docs/submodules/sdnvpn @@ -1 +1 @@ -Subproject commit 1754fe0cd71c3f28aad047fd125d2e2fd6590d7d +Subproject commit 66d5110ec9e2fd504bc31a11592196b9d742c188 -- cgit 1.2.3-korg