From aaf02b24f9c42c41205083a151e09b885788cfb5 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 20 Jan 2016 11:01:59 +0100 Subject: create 2 vPing scenario:vping and vping-userdata the new vping scenario does not use the userdata/cloudinit functions JIRA: FUNCTEST-3 Change-Id: Ia535a50a9cfd50d520b87c2dd9195747a61b0f1f Signed-off-by: Morgan Richomme (cherry picked from commit 4475765f05a24e14f1d90db28941ff5ba5ca1be7) --- testcases/vPing/CI/libraries/vPing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testcases/vPing') diff --git a/testcases/vPing/CI/libraries/vPing.py b/testcases/vPing/CI/libraries/vPing.py index b87de850d..f261ff32c 100644 --- a/testcases/vPing/CI/libraries/vPing.py +++ b/testcases/vPing/CI/libraries/vPing.py @@ -469,7 +469,7 @@ def main(): git_version = functest_utils.get_git_branch(REPO_PATH) pod_name = functest_utils.get_pod_name(logger) functest_utils.push_results_to_db(TEST_DB, - "vPing", + "vPing_userdata", logger, pod_name, git_version, payload={'timestart': start_time_ts, 'duration': duration, -- cgit 1.2.3-korg