blob: c1945ba6ef80b00c193e1d3bbefb4b17ebe2e790 [file] [log] [blame]
Alex2c8b8802022-10-20 14:07:15 -05001---
2# parameters for glance image test
3IMAGE_SIZE_MB: 9000
4
Ievgeniia Zadorozhnabbd211a2024-01-25 00:59:58 +01005# parameters for vm2vm tests
Alex2c8b8802022-10-20 14:07:15 -05006CMP_HOSTS: []
Alexc85212b2022-11-08 12:27:01 -06007image_name: "image_ref_name" # Use Ubuntu 20.04 LTS image
Ievgeniia Zadorozhnabbd211a2024-01-25 00:59:58 +01008flavor_name: "spt-test"
Alex2c8b8802022-10-20 14:07:15 -05009flavor_ram: 1536
10flavor_vcpus: 1
11flavor_disk: 5
12nova_timeout: 300
Ievgeniia Zadorozhnabbd211a2024-01-25 00:59:58 +010013external_network: "public-network-name"
14custom_mtu: 'default' # 'default' or some value like 8950
15iperf_prep_string: "sudo /bin/bash -c 'echo \"91.189.88.161 archive.ubuntu.com\" >> /etc/hosts'" # for VMs
16internet_at_vms: "false" # whether Internet is present at OpenStack VMs and iperf can be installed with apt
17ssh_timeout: 500 # timeout to connect to VMs' floating IPs
18
19# common parameters for vm2vm, hw2hw tests
20skipped_nodes: []
21iperf_deb_package_dir_path: "/opt/packages/"
Alex2c8b8802022-10-20 14:07:15 -050022iperf_time: 60 # time in seconds to transmit for (iperf -t option)
23multiple_threads_number: 10
Ievgeniia Zadorozhnabbd211a2024-01-25 00:59:58 +010024multiple_threads_iperf_utility: "iperf" # set "iperf" for v2, "iperf3" for v3
25
26# parameters for hw2hw tests
27hw_nodes_list: [] # list of HW node names
28mos_kubeconfig_path: "/opt/mos-spt/mos-kubeconfig.yaml"
29node_ssh_key_path: "/opt/mos-spt/node.key"
30node_ssh_username: "mcc-user"
31network_cidr: ""