summaryrefslogtreecommitdiffstats
path: root/etc/testcase/functest.rally.nova.yml
blob: df3d9904ce2f5d523d8bbca07005bda58275a283 (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
58
59
60
##############################################################################
# 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.nova:
  name: functest.rally.nova
  objective: Run all Functest Rally Nova test cases
  validate:
    type: functest
    testcase: rally_full
    image_name: opnfv/functest-benchmarking
    pre_condition:
      - 'cp /home/opnfv/userconfig/rally_nova_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
  report:
    source_archive_files:
      - functest.log
      - rally_full/nova.json
      - rally_full/rally_full.html
      - rally_full/rally_full.xml
    dest_archive_files:
      - rally_nova_logs/functest.rally.nova.functest.log
      - rally_nova_logs/nova.json
      - rally_nova_logs/nova.html
      - rally_nova_logs/nova.xml
    check_results_files:
      - 'functest_results.txt'
    sub_testcase_list:
      - 'NovaKeypair.create_and_delete_keypair'
      - 'NovaKeypair.create_and_list_keypairs'
      - 'NovaServers.boot_and_bounce_server'
      - 'NovaServers.boot_and_delete_server'
      - 'NovaServers.boot_and_list_server'
      - 'NovaServers.boot_and_rebuild_server'
      - 'NovaServers.snapshot_server'
      - 'NovaServers.boot_server_from_volume'
      - 'NovaServers.boot_server'
      - 'NovaServers.list_servers'
      - 'NovaServers.resize_server'
      - 'NovaServers.boot_and_live_migrate_server'
      - 'NovaServers.boot_server_attach_created_volume_and_live_migrate'
      - 'NovaServers.boot_server_from_volume_and_live_migrate'
      - 'NovaKeypair.boot_and_delete_server_with_keypair'
      - 'NovaServers.boot_server_from_volume_and_delete'
      - 'NovaServers.pause_and_unpause_server'
      - 'NovaServers.boot_and_migrate_server'
      - 'NovaServers.boot_server_and_list_interfaces'
      - 'NovaServers.boot_and_get_console_url'
      - 'NovaServers.boot_server_and_attach_interface'
      - 'NovaServers.boot_server_attach_volume_and_list_attachments'
      - 'NovaServers.boot_server_associate_and_dissociate_floating_ip'
      - 'NovaServers.boot_and_associate_floating_ip'
      - 'NovaServerGroups.create_and_delete_server_group'
      - 'NovaServerGroups.create_and_get_server_group'
      - 'NovaServerGroups.create_and_list_server_groups'