Skip to content

Commit d371485

Browse files
Add BCP-008 test suites to CI
1 parent 4e32521 commit d371485

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sandbox/run_nmos_testing.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ expected_disabled_IS_04_02=0
3838
expected_disabled_IS_09_01=0
3939
expected_disabled_IS_12_01=3
4040
expected_disabled_BCP_006_01_01=0
41+
expected_disabled_BCP_008_01_01=0
42+
expected_disabled_BCP_008_02_01=0
4143

4244
config_secure=`${run_python} -c $'from nmostesting import Config\nprint(Config.ENABLE_HTTPS)'` || (echo "error running python"; exit 1)
4345
config_dns_sd_mode=`${run_python} -c $'from nmostesting import Config\nprint(Config.DNS_SD_MODE)'` || (echo "error running python"; exit 1)
@@ -219,6 +221,10 @@ do_run_test IS-12-01 $expected_disabled_IS_12_01 --host "${host}" "${host}" null
219221

220222
do_run_test BCP-006-01-01 $expected_disabled_BCP_006_01_01 --host "${host}" --port 1080 --version v1.3
221223

224+
do_run_test BCP-008-01 $expected_disabled_BCP_008_01_01 --host "${host}" "${host}" "${host}" null --port 1080 1080 1082 0 --version v1.3 v1.1 v1.0 v1.0 --urlpath null null x-nmos/ncp/v1.0 null
225+
226+
do_run_test BCP-008-02 $expected_disabled_BCP_008_02_01 --host "${host}" "${host}" "${host}" null --port 1080 1080 1082 0 --version v1.3 v1.1 v1.0 v1.0 --urlpath null null x-nmos/ncp/v1.0 null
227+
222228
# Run Registry tests (leave Node running)
223229
"${registry_command}" "{\"pri\":0,\"http_port\":8088 ${common_params} ${registry_params}}" > ${results_dir}/registryoutput 2>&1 &
224230
REGISTRY_PID=$!

0 commit comments

Comments
 (0)