From 03610129690840704fdcdbf28188c695a263e46e Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Fri, 1 Feb 2019 16:43:28 +0200 Subject: Add Functest Rally test cases This patch adds all Rally testcases of Functest to Dovetail. Change-Id: I8b20bce9966e924fd5aac41bde5a30442394db05 Signed-off-by: Stamatis Katsaounis --- etc/userconfig/rally_glance_testcases.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 etc/userconfig/rally_glance_testcases.yaml (limited to 'etc/userconfig/rally_glance_testcases.yaml') diff --git a/etc/userconfig/rally_glance_testcases.yaml b/etc/userconfig/rally_glance_testcases.yaml new file mode 100644 index 00000000..507ecfb8 --- /dev/null +++ b/etc/userconfig/rally_glance_testcases.yaml @@ -0,0 +1,22 @@ +--- +tiers: + - + name: components + order: 1 + description: >- + Run several OpenStack performance tools + https://docs.openstack.org/performance-docs/latest/methodologies/tools.html + testcases: + - + case_name: rally_full + project_name: functest + criteria: 100 + blocking: false + description: >- + This test case runs the Glance scenarios of the + OpenStack Rally suite using several threads and iterations. + run: + name: rally_full + args: + tests: + - 'glance' -- cgit 1.2.3-korg