diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-08-22 17:21:46 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-08-25 13:37:59 +0000 |
commit | 679e08c0be3165b2cde48ba1efd8313c66a6bd0c (patch) | |
tree | 0ce14384167603b3a38463952ca0e37e19aa71bd /bootstrap.sh | |
parent | 25ca352e3837ea00c895891f343898b76996c432 (diff) |
CSIT-28: IPSEC basic conectivity test - IPv4
- use all supported encryption and integrity algorithms in tunnel mode
and in transport mode
Change-Id: I2ae395d88d514b2ca3f62ab9aecbb27d8fb827b0
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index ea0b8efd83..84bebb1761 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -202,7 +202,7 @@ if [ "$?" -ne "0" ]; then echo "However, the tests will start." fi -PYTHONPATH=`pwd` pybot -L TRACE -W 150 \ +PYTHONPATH=`pwd` pybot -L TRACE -W 145\ -v TOPOLOGY_PATH:${SCRIPT_DIR}/topologies/enabled/topology.yaml \ --suite "tests.func" \ --include vm_envAND3_node_single_link_topo \ |