Skip to content

Commit

Permalink
test_arg_parser.py: Fixed dockerfile_name
Browse files Browse the repository at this point in the history
  • Loading branch information
artanokhov committed Sep 11, 2024
1 parent c2072f2 commit b2eb620
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions utils/tests/test_arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'package_url': 'openvino.zip',
'distribution': 'dev',
'source': 'local',
'os': 'ubuntu22',
'product_version': '2022.1.0',
'image_json_path': 'image_data.json',
},
Expand Down Expand Up @@ -132,6 +133,7 @@
'mode': 'build',
'package_url': 'openvino_dev_p_2022.1.320.zip',
'source': 'local',
'os': 'ubuntu22',
'product_version': '2022.1.0',
},
{
Expand All @@ -149,6 +151,7 @@
'mode': 'build',
'package_url': 'openvino_dev_p_2022.1.320.zip',
'source': 'local',
'os': 'ubuntu22',
'product_version': '2022.1',
},
{
Expand Down Expand Up @@ -183,7 +186,7 @@
pytest.param(
{
'mode': 'build',
'package_url': 'openvino_genai_ubuntu22_2024.5.0.0.tar.gz',
'package_url': 'openvino_genai_ubuntu22_2024.5.0.0_x86_64.tar.gz',
'source': 'local',
'os': 'ubuntu22',
'distribution': 'dev',
Expand All @@ -193,7 +196,7 @@
{
'device': ['cpu', 'gpu'],
'python': 'python310',
'dockerfile_name': 'openvino_ch_dev_2024.5.0.dockerfile',
'dockerfile_name': 'openvino_cg_dev_2024.5.0.dockerfile',
'tags': ['my_tag:latest'],
'distribution': 'dev',
'product_version': '2024.5.0.0',
Expand Down

0 comments on commit b2eb620

Please sign in to comment.