diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-14 10:58:33 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-14 11:02:38 +0200 |
commit | d118ba357ece52c37e03d26ed114ec59f57c2ca5 (patch) | |
tree | c92ca0b5713cccd486fce797cbaf83bcd8829649 /test/functest/tempest_2.sh | |
parent | b2058a81210e70dbfc3bcf1f5ed9f7cdbc73c62a (diff) |
Add tempest wrapper to enable the bgpvpn plugin for tempest
The tempest.conf is copied to bgpvpn_tempest.conf to be updated
with the needed parameters, in this case, only adding
bgpvpn=True.
The way to execute this module only is with the option -C.
For example:
run_tempest.sh -C bgpvpn_tempest.conf -t
-N -- networking_bgpvpn_tempest
Change-Id: I465961bc619f59355be964eb94f916cb877b2273
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'test/functest/tempest_2.sh')
-rw-r--r-- | test/functest/tempest_2.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/functest/tempest_2.sh b/test/functest/tempest_2.sh deleted file mode 100644 index e014d95..0000000 --- a/test/functest/tempest_2.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# -# Copyright (c) 2015 All rights reserved -# This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# - -echo "Tempest_2"
\ No newline at end of file |