blob: 2bdfb538dff08f24c66f20a99a1fe6b02fd1f49d [file] [log] [blame]
# Copyright 2023 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
antlion_astro_env = {
dimensions = {
device_type = "Astro"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
antlion_sherlock_env = {
dimensions = {
device_type = "Sherlock"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
antlion_nelson_env = {
dimensions = {
device_type = "Nelson"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
astro_ap_env = {
dimensions = {
access_points = "1"
device_type = "Astro"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
astro_ap_iperf_env = {
dimensions = {
access_points = "1"
device_type = "Astro"
iperf_servers = "1"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
astro_ap_iperf_attenuator_env = {
dimensions = {
access_points = "1"
attenuators = "1"
device_type = "Astro"
iperf_servers = "1"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
sherlock_ap_env = {
dimensions = {
access_points = "1"
device_type = "Sherlock"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
sherlock_ap_iperf_env = {
dimensions = {
access_points = "1"
device_type = "Sherlock"
iperf_servers = "1"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
sherlock_ap_iperf_attenuator_env = {
dimensions = {
access_points = "1"
attenuators = "1"
device_type = "Sherlock"
iperf_servers = "1"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
nelson_ap_env = {
dimensions = {
access_points = "1"
device_type = "Nelson"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
nelson_ap_iperf_env = {
dimensions = {
access_points = "1"
device_type = "Nelson"
iperf_servers = "1"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
nelson_ap_iperf_attenuator_env = {
dimensions = {
access_points = "1"
attenuators = "1"
device_type = "Nelson"
iperf_servers = "1"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
display_envs = [
antlion_astro_env,
antlion_sherlock_env,
antlion_nelson_env,
]
display_ap_envs = [
astro_ap_env,
sherlock_ap_env,
nelson_ap_env,
]
display_ap_iperf_envs = [
astro_ap_iperf_env,
sherlock_ap_iperf_env,
nelson_ap_iperf_env,
]
display_ap_iperf_attenuator_envs = [
astro_ap_iperf_attenuator_env,
sherlock_ap_iperf_attenuator_env,
nelson_ap_iperf_attenuator_env,
]