File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ expected_disabled_IS_04_02=0
3838expected_disabled_IS_09_01=0
3939expected_disabled_IS_12_01=3
4040expected_disabled_BCP_006_01_01=0
41+ expected_disabled_BCP_008_01_01=0
42+ expected_disabled_BCP_008_02_01=0
4143
4244config_secure=` ${run_python} -c $' from nmostesting import Config\n print(Config.ENABLE_HTTPS)' ` || (echo " error running python" ; exit 1)
4345config_dns_sd_mode=` ${run_python} -c $' from nmostesting import Config\n print(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
220222do_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 &
224230REGISTRY_PID=$!
You can’t perform that action at this time.
0 commit comments