re-enable the myriadMultipleGraphsTests_nightly (#1836)
authorEvgeny Latkin <evgeny.latkin@intel.com>
Wed, 19 Aug 2020 13:03:37 +0000 (16:03 +0300)
committerGitHub <noreply@github.com>
Wed, 19 Aug 2020 13:03:37 +0000 (16:03 +0300)
* re-enable the myriadMultipleGraphsTests_nightly

* refresh version of Myriad firmware

inference-engine/cmake/vpu_dependencies.cmake
inference-engine/tests_deprecated/functional/vpu/myriad_tests/myriad_multiple_graph_tests.cpp

index db4ebf42905bc32683c5c4872bd664cba742ce23..4d9023b76ab54979788ae5779aa54349f4d5b076 100644 (file)
@@ -19,7 +19,7 @@ set(VPU_SUPPORTED_FIRMWARES usb-ma2450 usb-ma2x8x pcie-ma248x)
 # Default packages
 #
 
-set(FIRMWARE_PACKAGE_VERSION 1303)
+set(FIRMWARE_PACKAGE_VERSION 1307)
 set(VPU_CLC_MA2X8X_VERSION "movi-cltools-20.02.0")
 
 #
index 24026ee9ce23782a44336430dd8ed1850fdc6e0b..ad6fadbda3bd181c1198c82dece83ec1adfd3f4f 100644 (file)
@@ -27,8 +27,5 @@ TEST_P(myriadMultipleGraphsTests_nightly, LoadGraphsOnDevice) {
 }
 
 INSTANTIATE_TEST_CASE_P(numerOfGraphs, myriadMultipleGraphsTests_nightly,
-//  Exclude the test cases failing due to known bug:
-//  #-37268: [IE][Myriad] assertion "0 == semInit(&semUsed, 0)" and "stack smashing"
-//  ::testing::Values(2, 4, 10)
-    ::testing::Values(2)
+    ::testing::Values(2, 4, 10)
 );