From d118ba357ece52c37e03d26ed114ec59f57c2ca5 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Thu, 14 Jul 2016 10:58:33 +0200 Subject: 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 --- test/functest/tempest_1.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/functest/tempest_1.sh (limited to 'test/functest/tempest_1.sh') diff --git a/test/functest/tempest_1.sh b/test/functest/tempest_1.sh deleted file mode 100644 index 5bc2032..0000000 --- a/test/functest/tempest_1.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_1" \ No newline at end of file -- cgit 1.2.3-korg