[Python API Tests] Update ngraph and iecore tests (#2329)
authorAnastasia Kuporosova <anastasia.kuporosova@intel.com>
Fri, 18 Sep 2020 16:42:36 +0000 (19:42 +0300)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 16:42:36 +0000 (19:42 +0300)
Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
inference-engine/ie_bridges/python/tests/conftest.py
inference-engine/ie_bridges/python/tests/test_NGraph.py

index 3bb64d7..75b750c 100644 (file)
@@ -32,7 +32,7 @@ def image_path():
 def plugins_path():
     path_to_repo = os.environ["DATA_PATH"]
     plugins_xml = os.path.join(path_to_repo, 'ie_class', 'plugins.xml')
-    plugins_win_xml = os.path.join(path_to_repo, 'ie_class', 'plugins_mingw.xml')
+    plugins_win_xml = os.path.join(path_to_repo, 'ie_class', 'plugins_win.xml')
     plugins_osx_xml = os.path.join(path_to_repo, 'ie_class', 'plugins_apple.xml')
     return (plugins_xml, plugins_win_xml, plugins_osx_xml)
 
index 2380b18..0129b52 100644 (file)
@@ -45,9 +45,9 @@ def test_get_ops_from_IENetwork():
                          '19/Fused_Add_', '21', '22', 'onnx_initializer_node_8/Output_0/Data__const',
                          '23/WithoutBiases', '23/Dims357/copy_const', '23', '25/mean/Fused_Mul_618620_const',
                          '24/WithoutBiases', 'data_add_578583/copy_const', '24/Fused_Add_', '26', '27',
-                         '28/Reshape/Cast_1955_const', '28/Reshape', 'onnx_initializer_node_17/Output_0/Data__const',
-                         '29/WithoutBiases', 'onnx_initializer_node_18/Output_0/Data_/copy_const', '29', 'fc_out',
-                         'fc_out/sink_port_0']
+                         'Constant_223', 'onnx_initializer_node_17/Output_0/Data__const', 'ShapeOf_219', 'Constant_221',
+                         'Constant_220', 'Gather_222', '28/Reshape/Cast_1955_const', '28/Reshape', '29/WithoutBiases',
+                         'onnx_initializer_node_18/Output_0/Data_/copy_const', '29', 'fc_out', 'fc_out/sink_port_0']
 
 
 def test_get_type_name():