aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_suites/opnfv_os-odl_l3-fdio-noha_daily.yaml
blob: 3d9efe74b1d88da9265136abdcb2a3660c3b6a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
##############################################################################
# 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_l3-fdio-noha daily task suite

schema: "yardstick:suite:0.1"

name: "os-odl_l3-fdio-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
n class="p">) pod_id = Column(String(10)) time = Column(DateTime) class V2Openrc(Base): __tablename__ = 'v2_openrc' id = Column(Integer, primary_key=True) uuid = Column(String(30)) name = Column(String(30)) description = Column(Text) environment_id = Column(String(30)) content = Column(Text) time = Column(DateTime) class V2Image(Base): __tablename__ = 'v2_image' id = Column(Integer, primary_key=True) uuid = Column(String(30)) name = Column(String(30)) description = Column(Text) environment_id = Column(String(30)) class V2Container(Base): __tablename__ = 'v2_container' id = Column(Integer, primary_key=True) uuid = Column(String(30)) name = Column(String(30)) environment_id = Column(String(30)) status = Column(Integer) port = Column(Integer) time = Column(String(30)) class V2Pod(Base): __tablename__ = 'v2_pod' id = Column(Integer, primary_key=True) uuid = Column(String(30)) environment_id = Column(String(30)) content = Column(Text) time = Column(String(30)) class V2Project(Base): __tablename__ = 'v2_project' id = Column(Integer, primary_key=True) uuid = Column(String(30)) name = Column(String(30)) description = Column(Text) time = Column(DateTime) tasks = Column(Text) class V2Task(Base): __tablename__ = 'v2_task' id = Column(Integer, primary_key=True) uuid = Column(String(30)) name = Column(String(30)) description = Column(Text) project_id = Column(String(30)) environment_id = Column(String(30)) time = Column(DateTime) case_name = Column(String(30)) suite = Column(Boolean) content = Column(Text) params = Column(Text) result = Column(Text) error = Column(Text) status = Column(Integer)