diff options
author | JingLu5 <lvjing5@huawei.com> | 2017-10-19 08:26:13 +0000 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2017-10-19 08:26:13 +0000 |
commit | 14050ee3f720eb6aafaca256fc7bd982ac127cc7 (patch) | |
tree | 0035724416d14790de79b287f4f60acdf097dfc5 /opnfv_os-odl-fdio_dvr-noha_daily.yaml | |
parent | 69bb9592ea371bee7e7bd014cd19c0bb6af9b4ca (diff) |
Bugfix: move opnfv_os-odl-fdio_dvr-noha_daily.yaml to 'test_suites' directory
The opnfv_os-odl-fdio_dvr-noha_daily.yaml test suite file is wrongly put in Yardstick root directory,
this patch moves this file to the 'test_suites' directory.
Change-Id: Ib3f75845c7af658dc6f96ac2de737cfbd1faf15a
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'opnfv_os-odl-fdio_dvr-noha_daily.yaml')
-rw-r--r-- | opnfv_os-odl-fdio_dvr-noha_daily.yaml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/opnfv_os-odl-fdio_dvr-noha_daily.yaml b/opnfv_os-odl-fdio_dvr-noha_daily.yaml deleted file mode 100644 index cd00b4c0c..000000000 --- a/opnfv_os-odl-fdio_dvr-noha_daily.yaml +++ /dev/null @@ -1,38 +0,0 @@ -############################################################################## -# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. -# -# 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 -############################################################################## ---- -# os-odl-fdio-dvr-noha daily task suite - -schema: "yardstick:suite:0.1" - -name: "os-odl-fdio-dvr-noha" -test_cases_dir: "tests/opnfv/test_cases/" -test_cases: -- - file_name: opnfv_yardstick_tc002.yaml -- - file_name: opnfv_yardstick_tc005.yaml -- - file_name: opnfv_yardstick_tc010.yaml -- - file_name: opnfv_yardstick_tc011.yaml -- - file_name: opnfv_yardstick_tc012.yaml -- - file_name: opnfv_yardstick_tc014.yaml -- - file_name: opnfv_yardstick_tc037.yaml -- - file_name: opnfv_yardstick_tc069.yaml -- - file_name: opnfv_yardstick_tc070.yaml -- - file_name: opnfv_yardstick_tc071.yaml -- - file_name: opnfv_yardstick_tc072.yaml |