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