diff options
author | tomsou <soth@intracom-telecom.com> | 2017-03-28 12:20:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-03 14:07:42 +0000 |
commit | 863c323bbfc881df4d7e54e45874f1e61a889a10 (patch) | |
tree | 0e983cfbae5b4a5f702dcd4dc2133ac3416509e9 /docs/submodules/sdnvpn | |
parent | 48b0bfda63c103ce2e3c12924c0b397801fcc012 (diff) |
Update git submodules
* Update docs/submodules/sdnvpn from branch 'stable/danube'
- 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 <soth@intracom-telecom.com>
(cherry picked from commit 0e26e7dfd4ff41ae7c8389218bca138346864922)
Diffstat (limited to 'docs/submodules/sdnvpn')
m--------- | docs/submodules/sdnvpn | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/sdnvpn b/docs/submodules/sdnvpn -Subproject 85eb1a22ae325283a1e23677af4d784e66be694 +Subproject 2648675ac9e71f3de44c3a0c26135cdeec5c97d |