diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-06-17 13:00:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-17 13:00:08 +0000 |
commit | 7f9fc4eb4d3e5690e82997c8593481c9b090b71e (patch) | |
tree | a6e52c84778acab880b039db67b9dd343532ff91 /testcases/OpenStack/vPing/vPing_ssh.py | |
parent | e2fd77acc2ac7c2ae24ab76144201906839f26a8 (diff) | |
parent | 5f93c5912753eb2d80077a77076015533dc16f6e (diff) |
Merge "Align test names in DB and config file"
Diffstat (limited to 'testcases/OpenStack/vPing/vPing_ssh.py')
-rw-r--r-- | testcases/OpenStack/vPing/vPing_ssh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/OpenStack/vPing/vPing_ssh.py b/testcases/OpenStack/vPing/vPing_ssh.py index 3f90bc214..1609dd95b 100644 --- a/testcases/OpenStack/vPing/vPing_ssh.py +++ b/testcases/OpenStack/vPing/vPing_ssh.py @@ -429,7 +429,7 @@ def main(): try: logger.debug("Pushing vPing SSH results into DB...") functest_utils.push_results_to_db("functest", - "vPing", + "vping_ssh", logger, start_time, stop_time, |