blob: 3ec7d57393e470accb1cad6ad9d9c4f9290e3792 [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" ]
}
antlion_nuc11_env = {
dimensions = {
device_type = "Intel NUC Kit NUC11TNHv5"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
antlion_vim3_env = {
dimensions = {
device_type = "Vim3"
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" ]
}
nuc11_ap_env = {
dimensions = {
access_points = "1"
device_type = "Intel NUC Kit NUC11TNHv5"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
nuc11_ap_iperf_env = {
dimensions = {
access_points = "1"
device_type = "Intel NUC Kit NUC11TNHv5"
iperf_servers = "1"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
nuc11_ap_iperf_attenuator_env = {
dimensions = {
access_points = "1"
attenuators = "1"
device_type = "Intel NUC Kit NUC11TNHv5"
iperf_servers = "1"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
vim3_ap_env = {
dimensions = {
access_points = "1"
device_type = "Vim3"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
vim3_ap_iperf_env = {
dimensions = {
access_points = "1"
device_type = "Vim3"
iperf_servers = "1"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
vim3_ap_iperf_attenuator_env = {
dimensions = {
access_points = "1"
attenuators = "1"
device_type = "Vim3"
iperf_servers = "1"
pool = "fuchsia.tests.connectivity"
}
tags = [ "antlion" ]
}
display_envs = [
antlion_astro_env,
antlion_sherlock_env,
antlion_nelson_env,
antlion_nuc11_env,
antlion_vim3_env,
]
display_ap_envs = [
astro_ap_env,
sherlock_ap_env,
nelson_ap_env,
nuc11_ap_env,
vim3_ap_env,
]
display_ap_iperf_envs = [
astro_ap_iperf_env,
sherlock_ap_iperf_env,
nelson_ap_iperf_env,
nuc11_ap_iperf_env,
vim3_ap_iperf_env,
]
display_ap_iperf_attenuator_envs = [
astro_ap_iperf_attenuator_env,
sherlock_ap_iperf_attenuator_env,
nelson_ap_iperf_attenuator_env,
nuc11_ap_iperf_attenuator_env,
vim3_ap_iperf_attenuator_env,
]