aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2017-01-16 02:42:14 +0000
committerchenjiankun <chenjiankun1@huawei.com>2017-02-23 03:26:18 +0000
commit5d7eda52596537ccdce783cf7ba910b834ecdfd1 (patch)
tree81922707038272f974a4a6ae1e67ff79fa8fe0d5 /tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml
parentdc8a65358cea4df851f34f92e25d3313194d13bb (diff)
Record test case names when run a task using API
JIRA: YARDSTICK-509 Currently we use influxdb as database and will not record test case name when run a test suite. So if we must offer test case name if we want to get result from API. I will record test case name when run a test suite. So we needn't offer test case any more when call for get result API. Change-Id: I87ea4770422cbc46aa6671bfcc53bd4498825eef Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml')
0 files changed, 0 insertions, 0 deletions
font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Copyright (c) 2017 Intel Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
- name: remove yardstick
  pip: name=yardstick state=absent

- name: install yardstack
  pip: name="file://{{ YARDSTICK_REPO_DIR }}" state=forcereinstall