summaryrefslogtreecommitdiff
path: root/tests/bettertogether/betocq/cuj_tests/local_dev_cuj_testbed.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bettertogether/betocq/cuj_tests/local_dev_cuj_testbed.yml')
-rw-r--r--tests/bettertogether/betocq/cuj_tests/local_dev_cuj_testbed.yml77
1 files changed, 0 insertions, 77 deletions
diff --git a/tests/bettertogether/betocq/cuj_tests/local_dev_cuj_testbed.yml b/tests/bettertogether/betocq/cuj_tests/local_dev_cuj_testbed.yml
deleted file mode 100644
index 2eeee66bd..000000000
--- a/tests/bettertogether/betocq/cuj_tests/local_dev_cuj_testbed.yml
+++ /dev/null
@@ -1,77 +0,0 @@
-x-test-params: &test-params
- # target_cuj_name: "quick_start"
- allow_unrooted_device: False
- wifi_2g_ssid: "NETGEAR62"
- wifi_2g_password: "widetree588"
- wifi_5g_ssid: "NETGEAR62-5G-1"
- wifi_5g_password: "widetree588"
- wifi_dfs_5g_ssid: "GoogleGuest"
- wifi_dfs_5g_password: ""
- # use the AP controlled by programming dynamically
- use_auto_controlled_wifi_ap: False
-
-x-controllers: &controllers
- Controllers:
- AndroidDevice:
- - serial: "R3CN90YNAR" # "R3CN90YNAR"
- role: "source_device"
- # The max number of spatial streams
- max_num_streams: 2
- # The max PHY rate at 5G, in Mbps
- max_phy_rate_5g_mbps: 2402
- # The max PHY rate at 2G, in Mbps
- max_phy_rate_2g_mbps: 287
- # if the device supports 5G Wifi
- supports_5g: True # True
- # if the device supports DBS (Dual Band Simultaneous) in STA + WiFi-Direct concurrency mode
- supports_dbs_sta_wfd: True
- # The max number of spatial streams in DBS mode.
- max_num_streams_dbs: 2
- # if the device supports to start WFD group owner at a STA-associated DFS channel
- enable_sta_dfs_channel_for_peer_network: False
- # if the device supports to start WFD group owner at a STA-associated indoor channel
- enable_sta_indoor_channel_for_peer_network: False
- # 14 - U, 13 - T, 12 - S
- android_version: 14
- - serial: "2B031FDJH0002G" # "ABCDEF123456"
- role: "target_device"
- # The max number of spatial streams
- max_num_streams: 2
- # The max PHY rate at 5G, in Mbps
- max_phy_rate_5g_mbps: 2402
- # The max PHY rate at 2G, in Mbps
- max_phy_rate_2g_mbps: 287
- # if the device supports 5G Wifi
- supports_5g: True # True
- # if the device supports DBS (Dual Band Simultaneous) in STA + WiFi-Direct concurrency mode
- supports_dbs_sta_wfd: True
- # The max number of spatial streams in DBS mode.
- max_num_streams_dbs: 2
- # if the device supports to start WFD group owner at a STA-associated DFS channel
- enable_sta_dfs_channel_for_peer_network: True
- # if the device supports to start WFD group owner at a STA-associated indoor channel
- enable_sta_indoor_channel_for_peer_network: True
- # 14 - U, 13 - T, 12 - S
- android_version: 14
-
-TestBeds:
-- Name: LocalPerformanceDefaultTestbed
- <<: *controllers
- TestParams:
- <<: *test-params
-
-- Name: LocalQuickstartPerformanceTestbed
- <<: *controllers
- TestParams:
- <<: *test-params
- target_cuj_name: "quick_start"
- # before the performance test, run the function tests first
- run_function_tests_with_performance_tests: True
- # if the function tests is failed, abort the performance test
- abort_all_tests_on_function_tests_fail: True
-
-- Name: LocalQuicksharePerformanceTestbed
- <<: *controllers
- TestParams:
- <<: *test-params
- target_cuj_name: "quick_share" \ No newline at end of file