blob: ee78c1e9e4de0eb9eff2f89e4529d011e773b105 (
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
|
---
functest.rally.authenticate:
name: functest.rally.authenticate
objective: Run all Functest Rally Authenticate test cases
validate:
type: functest
testcase: rally_full
image_name: opnfv/functest-components
pre_condition:
- 'cp /home/opnfv/userconfig/rally_authenticate_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
report:
source_archive_files:
- functest.log
- rally_full/authenticate.json
- rally_full/rally_full.html
- rally_full/rally_full.xml
dest_archive_files:
- rally_authenticate_logs/functest.rally.authenticate.functest.log
- rally_authenticate_logs/authenticate.json
- rally_authenticate_logs/authenticate.html
- rally_authenticate_logs/authenticate.xml
check_results_files:
- 'functest_results.txt'
sub_testcase_list:
- 'Authenticate.keystone'
- 'Authenticate.validate_cinder'
- 'Authenticate.validate_glance'
- 'Authenticate.validate_heat'
- 'Authenticate.validate_neutron'
- 'Authenticate.validate_nova'
|