From c8fe1f8ba652aacc7aef988b730d2b7676b15259 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Thu, 24 Mar 2016 05:01:05 -0400 Subject: add config directory for bottlenecks project JIRA: BOTTLENECK-43 Change-Id: Ib9e465cb7faa78c2a97de50b218577599371ed2d Signed-off-by: MatthewLi --- config/bottlenecks_cfg.yaml | 1 + config/testcase_conf/rubbos.yaml | 2 ++ config/testcase_conf/rubbos/rubbos_1-1-1.yaml | 0 config/testcase_conf/rubbos/rubbos_1-2-1.yaml | 0 config/testcase_conf/vstf.yaml | 2 ++ config/testcase_conf/vstf/tu1.yaml | 0 config/testcase_conf/vstf/tu3.yaml | 0 7 files changed, 5 insertions(+) create mode 100755 config/bottlenecks_cfg.yaml create mode 100755 config/testcase_conf/rubbos.yaml create mode 100755 config/testcase_conf/rubbos/rubbos_1-1-1.yaml create mode 100755 config/testcase_conf/rubbos/rubbos_1-2-1.yaml create mode 100755 config/testcase_conf/vstf.yaml create mode 100755 config/testcase_conf/vstf/tu1.yaml create mode 100755 config/testcase_conf/vstf/tu3.yaml (limited to 'config') diff --git a/config/bottlenecks_cfg.yaml b/config/bottlenecks_cfg.yaml new file mode 100755 index 00000000..d22a8854 --- /dev/null +++ b/config/bottlenecks_cfg.yaml @@ -0,0 +1 @@ +suite_prefix_config: /home/opnfv/bottlenecks/config/testcase_conf diff --git a/config/testcase_conf/rubbos.yaml b/config/testcase_conf/rubbos.yaml new file mode 100755 index 00000000..f3e7f31a --- /dev/null +++ b/config/testcase_conf/rubbos.yaml @@ -0,0 +1,2 @@ +rubbos_1-1-1 +rubbos_1-2-1 diff --git a/config/testcase_conf/rubbos/rubbos_1-1-1.yaml b/config/testcase_conf/rubbos/rubbos_1-1-1.yaml new file mode 100755 index 00000000..e69de29b diff --git a/config/testcase_conf/rubbos/rubbos_1-2-1.yaml b/config/testcase_conf/rubbos/rubbos_1-2-1.yaml new file mode 100755 index 00000000..e69de29b diff --git a/config/testcase_conf/vstf.yaml b/config/testcase_conf/vstf.yaml new file mode 100755 index 00000000..39872626 --- /dev/null +++ b/config/testcase_conf/vstf.yaml @@ -0,0 +1,2 @@ +tu1 +tu3 diff --git a/config/testcase_conf/vstf/tu1.yaml b/config/testcase_conf/vstf/tu1.yaml new file mode 100755 index 00000000..e69de29b diff --git a/config/testcase_conf/vstf/tu3.yaml b/config/testcase_conf/vstf/tu3.yaml new file mode 100755 index 00000000..e69de29b -- cgit 1.2.3-korg