summaryrefslogtreecommitdiff
path: root/tests/bettertogether/quickstart/performance_test/local_nearby_share_testbed.yml
blob: c6ea27a94d8c9d8ce51021c33485c68a611f13f5 (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
61
62
x-test-params: &test-params
  wifi_country_code: "US"
  wifi_ssid: ""
  wifi_password: ""
  upgrade_medium: 7 # WIFIAWARE_ONLY = 4, UPGRADE_TO_ALL_WIFI = 9, MEDIUM_UPGRADE_TO_WIFIDIRECT= 7
  allow_unrooted_device: True

x-controllers: &controllers
  Controllers:
    AndroidDevice:
      - serial: "123456ABCDEF"
        role: "source_device"
      - serial: "ABCDEF123456"
        role: "target_device"

TestBeds:
- Name: LocalCustomizedTestbed
  <<: *controllers
  TestParams:
      <<: *test-params

- Name: LocalUS2GTestbed
  <<: *controllers
  TestParams:
      <<: *test-params
      test_report_alias_name: "US-2G"
      wifi_ssid: "AP-2437"
      wifi_password: "AP-2437"
      bt_transfer_throughput_median_benchmark_kbps: 20
      wifi_transfer_throughput_median_benchmark_kbps: 10240

- Name: LocalUS5GTestbed
  <<: *controllers
  TestParams:
      <<: *test-params
      test_report_alias_name: "US-5G"
      wifi_ssid: "AP-5180"
      wifi_password: "AP-5180"
      bt_transfer_throughput_median_benchmark_kbps: 40
      wifi_transfer_throughput_median_benchmark_kbps: 20480

- Name: LocalJP5GTestbed
  <<: *controllers
  TestParams:
      <<: *test-params
      test_report_alias_name: "JP-5G"
      wifi_country_code: "JP"
      wifi_ssid: "AP-5180"
      wifi_password: "AP-5180"
      bt_transfer_throughput_median_benchmark_kbps: 40
      wifi_transfer_throughput_median_benchmark_kbps: 10240

- Name: LocalGB5GTestbed
  <<: *controllers
  TestParams:
      <<: *test-params
      test_report_alias_name: "GB-5G"
      wifi_country_code: "GB"
      wifi_ssid: "AP-5260"
      wifi_password: "AP-5260"
      bt_transfer_throughput_median_benchmark_kbps: 40
      wifi_transfer_throughput_median_benchmark_kbps: 10240