blob: f8e92fc67390aa6c99fe9f3f5e8c59ee5179a4d3 [file] [log] [blame]
# Copyright 2024 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.
import("//build/python/python_mobly_test.gni")
import("//build/python/sdk_python_mobly_test.gni")
import("//build/testing/environments.gni")
assert(is_host, "Python E2E tests are host-only")
python_mobly_test("rtc_conformance_test") {
# Required for SDK inclusion.
testonly = false
main_source = "test_rtc_conformance.py"
libraries = [
"//src/testing/end_to_end/honeydew:honeydew_no_testonly",
"//src/testing/end_to_end/mobly_base_tests:fuchsia_base_test_no_testonly",
]
transport = "fuchsia-controller"
environments = [ vim3_env ]
}
sdk_python_mobly_test("rtc_conformance_test_sdk") {
sdk_name = "rtc_conformance_test"
test_label = ":rtc_conformance_test"
category = "partner"
min_python_version = "3.11"
}