* [47750] Validate conditional compilation with models from OMZ
* [47750] Remove model
* [47750] Use generator expression
* [47750] Use f-strings
* [47750] Use resolve() instead of abs_path()
* [47750] Use cmd_exec() instead of subprocess.check_output()
* [47750] Use download_models fixture in test_cc_collect, test_verify
* [47750] Update prepare_models
* [47750] Update test_infer
* [47750] Add models
* [47750] Use custom logger
* [47750] Refactor prepare_models usage
* [47750] Rename model_struct to model
* [47750] Update help description
* [47750] Add function description for prepare_models, prepare_omz_model
* [47750] Move OMZ_NUM_ATTEMPTS to global scope
* [47750] Rename models to model
* [47750] Add "type" property in model
* [47750] Add default path for cache
* [47750] Remove conversion to str
* [47750] Rename prepare_models to prepared_models
* [47750] Remove redundant expand_env_vars call
* [47750] Use lower case "omz" in test_config; do not use default value
* [47750] Use only prepared_models in tests, without models in arguments
* [47750] Remove "framework" property in test_config
* [47750] Use omz_path and omz_cache_dir fixtures
* [47750] Make omz_cache_dir optional
* [47750] Remove validate_path_arg for omz_cache_dir
* [47750] Add validate_path_arg and log.warning for omz_cache_dir
* [47750] Add default value for omz_repo
* [47750] Use OMZ_MODELS_PATH environment variable
* [47750] Use tmpdir instead of OMZ_MODELS_PATH; use precision in test_id_list
* [47750] Update README.md
* [47750] Remove model_path variable
* [47750] Remove try/except for omz_path
* [47750] Rename omz_path to omz_repo