[IE TESTS] Move Config behavior tests (#615)
authorAnton Zaytsev <anton.zaytsev@intel.com>
Thu, 28 May 2020 10:55:37 +0000 (13:55 +0300)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 10:55:37 +0000 (13:55 +0300)
commit00b53d6c33d59681cc459f216c149b3b917a89c7
treed49b3bccd404fcbca4e700cbbf94039f97a0ca16
parent25d36568f8fc282632022bbe181d26f8c66ca64e
[IE TESTS] Move Config behavior tests (#615)

* [ci-skip][IE TESTS] move config test

* [ci-skip][IE TESTS] fix config
14 files changed:
docs/template_plugin/tests/functional/shared_tests_instances/behavior/config.cpp [new file with mode: 0644]
docs/template_plugin/tests_deprecated/behavior/shared_tests_instances/plugin_tests/behavior_test_plugin_config.cpp [deleted file]
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/behavior/config.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/gna/shared_tests_instances/behavior/config.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/behavior/config.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/myriad/shared_tests_instances/behavior/config.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/CMakeLists.txt
inference-engine/tests/functional/plugin/shared/include/behavior/config.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/src/behavior/config.cpp [new file with mode: 0644]
inference-engine/tests_deprecated/behavior/cldnn/shared_tests_instances/plugin_tests/behavior_test_plugin_config.cpp [deleted file]
inference-engine/tests_deprecated/behavior/gna/shared_tests_instances/plugin_tests/behavior_test_plugin_config.cpp [deleted file]
inference-engine/tests_deprecated/behavior/mkldnn/shared_tests_instances/plugin_tests/behavior_test_plugin_config.cpp [deleted file]
inference-engine/tests_deprecated/behavior/shared_tests/plugin_tests/behavior_test_plugin_config.hpp [deleted file]
inference-engine/tests_deprecated/behavior/vpu/shared_tests_instances/plugin_tests/behavior_test_plugin_config.cpp [deleted file]