summaryrefslogtreecommitdiffstats
path: root/etc/testcase/functest.rally.neutron.yml
blob: 9bce0b3e505b63c1ce2adbaa7a40498c7da857db (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
##############################################################################
# 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.neutron:
  name: functest.rally.neutron
  objective: Run all Functest Rally Neutron test cases
  validate:
    type: functest
    testcase: rally_full
    image_name: opnfv/functest-components
    pre_condition:
      - 'cp /home/opnfv/userconfig/rally_neutron_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
  report:
    source_archive_files:
      - functest.log
      - rally_full/neutron.json
      - rally_full/rally_full.html
      - rally_full/rally_full.xml
    dest_archive_files:
      - rally_neutron_logs/functest.rally.neutron.functest.log
      - rally_neutron_logs/neutron.json
      - rally_neutron_logs/neutron.html
      - rally_neutron_logs/neutron.xml
    check_results_files:
      - 'functest_results.txt'
    sub_testcase_list:
      - 'NeutronNetworks.create_and_update_networks'
      - 'NeutronNetworks.create_and_update_ports'
      - 'NeutronNetworks.create_and_update_routers'
      - 'NeutronNetworks.create_and_update_subnets'
      - 'NeutronNetworks.create_and_delete_networks'
      - 'NeutronNetworks.create_and_delete_ports'
      - 'NeutronNetworks.create_and_delete_routers'
      - 'NeutronNetworks.create_and_delete_subnets'
      - 'NeutronNetworks.create_and_list_networks'
      - 'NeutronNetworks.create_and_list_ports'
      - 'NeutronNetworks.create_and_list_routers'
      - 'NeutronNetworks.create_and_list_subnets'
      - 'NeutronSecurityGroup.create_and_delete_security_groups'
      - 'NeutronSecurityGroup.create_and_delete_security_group_rule'
      - 'NeutronSecurityGroup.create_and_list_security_group_rules'
      - 'NeutronSecurityGroup.create_and_show_security_group'
      - 'NeutronNetworks.set_and_clear_router_gateway'
      - 'NeutronNetworks.create_and_show_ports'
      - 'NeutronNetworks.create_and_show_routers'
      - 'NeutronNetworks.create_and_show_subnets'