diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-04 18:06:59 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-08 15:02:55 +0200 |
commit | db65ad73091345231022bbde247c4ef4fb75219c (patch) | |
tree | 61a6e9cfd7ff342be9e07a75367f8f91022759eb /test/functest/run_tests.sh | |
parent | 79dc8c7fe14ebce964a9aee6779026dac17c4319 (diff) |
Add testcase1 implementation
JIRA: SDNVPN-30
Change-Id: I4d31e9c4dc683c031d6a3d44e0d2bf4d80332281
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'test/functest/run_tests.sh')
-rw-r--r-- | test/functest/run_tests.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/functest/run_tests.sh b/test/functest/run_tests.sh deleted file mode 100644 index 301fa36..0000000 --- a/test/functest/run_tests.sh +++ /dev/null @@ -1,14 +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 -# - -# 1. Check config.yaml to see which tests to run - -# 2. For each test case, execute the proper command to run it - |