summaryrefslogtreecommitdiffstats
path: root/etc/testcase/functest.rally.quotas.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/testcase/functest.rally.quotas.yml')
-rw-r--r--etc/testcase/functest.rally.quotas.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/etc/testcase/functest.rally.quotas.yml b/etc/testcase/functest.rally.quotas.yml
new file mode 100644
index 00000000..44449e9c
--- /dev/null
+++ b/etc/testcase/functest.rally.quotas.yml
@@ -0,0 +1,38 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# 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
+##############################################################################
+
+---
+functest.rally.quotas:
+ name: functest.rally.quotas
+ objective: Run all Functest Rally Quotas test cases
+ validate:
+ type: functest
+ testcase: rally_full
+ image_name: opnfv/functest-benchmarking
+ pre_condition:
+ - 'cp /home/opnfv/userconfig/rally_quotas_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
+ report:
+ source_archive_files:
+ - functest.log
+ - rally_full/quotas.json
+ - rally_full/rally_full.html
+ - rally_full/rally_full.xml
+ dest_archive_files:
+ - rally_quotas_logs/functest.rally.quotas.functest.log
+ - rally_quotas_logs/quotas.json
+ - rally_quotas_logs/quotas.html
+ - rally_quotas_logs/quotas.xml
+ check_results_files:
+ - 'functest_results.txt'
+ portal_key_file: rally_quotas_logs/functest.rally.quotas.functest.log
+ sub_testcase_list:
+ - 'Quotas.cinder_update_and_delete'
+ - 'Quotas.cinder_update'
+ - 'Quotas.neutron_update'
+ - 'Quotas.nova_update'