X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Frwpkgmgr%2Ftest%2FCMakeLists.txt;h=8f090a27a2ae60ef0692ae07fcde5f1f3ffc0b82;hb=88879e8fb1aa64ad710781a9fde3e49f3bed21a7;hp=a42e8e93d7ee5ae68539f13332a28d5aeca60ed8;hpb=ac9e53bb04d1cd79e8c936597dca18c19b4d3e0d;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/rwpkgmgr/test/CMakeLists.txt b/rwlaunchpad/plugins/rwpkgmgr/test/CMakeLists.txt index a42e8e93..8f090a27 100644 --- a/rwlaunchpad/plugins/rwpkgmgr/test/CMakeLists.txt +++ b/rwlaunchpad/plugins/rwpkgmgr/test/CMakeLists.txt @@ -43,6 +43,11 @@ rift_py3test(utest_publisher_dts.test_url_download ${CMAKE_CURRENT_SOURCE_DIR}/utest_publisher_dts.py TestCase.test_url_download ) +rift_py3test(utest_publisher_dts.test_url_download_unreachable_ip + TEST_ARGS + ${CMAKE_CURRENT_SOURCE_DIR}/utest_publisher_dts.py TestCase.test_url_download_unreachable_ip + ) + rift_py3test(utest_publisher_dts.test_cancelled TEST_ARGS ${CMAKE_CURRENT_SOURCE_DIR}/utest_publisher_dts.py TestCase.test_cancelled @@ -53,6 +58,7 @@ add_custom_target(utest_publisher_dts.py utest_publisher_dts.test_download_publisher utest_publisher_dts.test_publish utest_publisher_dts.test_url_download + utest_publisher_dts.test_url_download_unreachable_ip utest_publisher_dts.test_cancelled )