summaryrefslogtreecommitdiffstats
path: root/etc/testcase/functest.rally.cinder.yml
blob: 137c2f8f222100e00fe5fed8b8a2e1d39f3dee25 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
##############################################################################
# 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.cinder:
  name: functest.rally.cinder
  objective: Run all Functest Rally Cinder test cases
  validate:
    type: functest
    testcase: rally_full
    image_name: opnfv/functest-components
    pre_condition:
      - 'cp /home/opnfv/userconfig/rally_cinder_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
  report:
    source_archive_files:
      - functest.log
      - rally_full/cinder.json
      - rally_full/rally_full.html
      - rally_full/rally_full.xml
    dest_archive_files:
      - rally_cinder_logs/functest.rally.cinder.functest.log
      - rally_cinder_logs/cinder.json
      - rally_cinder_logs/cinder.html
      - rally_cinder_logs/cinder.xml
    check_results_files:
      - 'functest_results.txt'
    sub_testcase_list:
      - 'CinderVolumes.create_and_attach_volume'
      - 'CinderVolumes.create_and_list_snapshots'
      - 'CinderVolumes.create_and_list_volume'
      - 'CinderVolumes.create_and_list_volume-2'
      - 'CinderVolumes.create_and_upload_volume_to_image'
      - 'CinderVolumes.create_nested_snapshots_and_attach_volume'
      - 'CinderVolumes.create_snapshot_and_attach_volume'
      - 'CinderVolumes.create_volume'
      - 'CinderVolumes.create_volume-2'
      - 'CinderVolumes.list_volumes'
      - 'CinderVolumes.create_and_delete_snapshot'
      - 'CinderVolumes.create_and_delete_volume'
      - 'CinderVolumes.create_and_delete_volume-2'
      - 'CinderVolumes.create_and_delete_volume-3'
      - 'CinderVolumes.create_and_extend_volume'
      - 'CinderVolumes.create_from_volume_and_delete_volume'
      - 'CinderQos.create_and_get_qos'
      - 'CinderQos.create_and_list_qos'
      - 'CinderQos.create_and_set_qos'
      - 'CinderVolumeTypes.create_and_get_volume_type'
      - 'CinderVolumeTypes.create_and_list_volume_types'
      - 'CinderVolumeTypes.create_and_update_volume_type'
      - 'CinderVolumeTypes.create_volume_type_and_encryption_type'
      - 'CinderVolumeTypes.create_volume_type_add_and_list_type_access'