From: Anastasia Kuporosova Date: Fri, 18 Sep 2020 16:42:36 +0000 (+0300) Subject: [Python API Tests] Update ngraph and iecore tests (#2329) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58d8de98cc8e026e6904f38aa27bd9b886ba9c67;p=platform%2Fupstream%2Fdldt.git [Python API Tests] Update ngraph and iecore tests (#2329) Co-authored-by: Alexander Zhogov --- diff --git a/inference-engine/ie_bridges/python/tests/conftest.py b/inference-engine/ie_bridges/python/tests/conftest.py index 3bb64d7..75b750c 100644 --- a/inference-engine/ie_bridges/python/tests/conftest.py +++ b/inference-engine/ie_bridges/python/tests/conftest.py @@ -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) diff --git a/inference-engine/ie_bridges/python/tests/test_NGraph.py b/inference-engine/ie_bridges/python/tests/test_NGraph.py index 2380b18..0129b52 100644 --- a/inference-engine/ie_bridges/python/tests/test_NGraph.py +++ b/inference-engine/ie_bridges/python/tests/test_NGraph.py @@ -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():