blob: c1f15999625320737f39b212bb361e6a20577c83 [file] [log] [blame]
sgudz09e9aa92018-04-12 12:31:53 +03001classes:
2- service.runtest.tempest
3parameters:
4 _param:
5 runtest_tempest_cfg_dir: /root/test/
6 runtest_tempest_cfg_name: tempest.conf
7 runtest_tempest_public_net: net04_ext
8 tempest_test_target: gtw01*
9 neutron:
10 client:
11 enabled: true
12 runtest:
13 enabled: True
14 keystonerc_node: ctl01*
15 tempest:
16 enabled: True
17 cfg_dir: ${_param:runtest_tempest_cfg_dir}
18 cfg_name: ${_param:runtest_tempest_cfg_name}
19 convert_to_uuid:
20 network:
21 public_network_id: ${_param:runtest_tempest_public_net}
22 network:
23 floating_network_name: ${_param:runtest_tempest_public_net}
24 DEFAULT:
25 log_file: tempest.log
Oleksii Butenkoff2c31e2018-04-23 14:40:16 +030026 heat_plugin:
27 floating_network_name: ${_param:runtest_tempest_public_net}
sgudz09e9aa92018-04-12 12:31:53 +030028 compute:
29 build_timeout: 600
30 min_microversion: 2.1
31 max_microversion: 2.53
32 min_compute_nodes: 2
Oleksii Butenko22384072018-05-08 13:54:03 +030033 volume_device_name: 'vdc'
sgudz09e9aa92018-04-12 12:31:53 +030034 dns_feature_enabled:
35 # Switch this to designate_admin_api_enabled once [1] is promoted to stable packages
36 # [1] https://gerrit.mcp.mirantis.net/gitweb?p=salt-formulas/designate.git;a=commit;h=96a3f43f6cf1149559e54a00b5548bdf46333749
37 api_admin: false
38 api_v1: false
39 api_v2: true
40 api_v2_quotas: true
41 api_v2_root_recordsets: true
42 bug_1573141_fixed: true
sgudz09e9aa92018-04-12 12:31:53 +030043 share:
44 min_api_microversion: 2.0
45 max_api_microversion: 2.40
46 backend_names: lvm
47 default_share_type_name: default
48 capability_create_share_from_snapshot_support: True
49 run_mount_snapshot_tests: True
50 run_migration_with_preserve_snapshots_tests: False
51 run_driver_assisted_migration_tests: False
52 run_host_assisted_migration_tests: True
53 run_replication_tests: False
54 run_manage_unmanage_snapshot_tests: False
55 run_manage_unmanage_tests: False
56 run_share_group_tests: False
57 run_revert_to_snapshot_tests: True
58 run_snapshot_tests: True
59 run_shrink_tests: False
60 run_quota_tests: True
61 capability_snapshot_support: True
62 enable_user_rules_for_protocols: cifs
63 enable_ip_rules_for_protocols: nfs
64 suppress_errors_in_cleanup: True
65 share_creation_retry_number: 2