diff options
author | iaz1607 <iaz1607@yandex-team.com> | 2022-10-31 15:17:46 +0300 |
---|---|---|
committer | iaz1607 <iaz1607@yandex-team.com> | 2022-10-31 15:17:46 +0300 |
commit | d3dea79de02e398a4afb7f8d9c830846e93c0abf (patch) | |
tree | 44bbf77d59a2d9f22f19a21d14de1f82af26d308 /library/python/testing/yatest_lib/ya.py | |
parent | 3fe4162400475de2844cc8cd0a9635e1c6878ee7 (diff) | |
download | ydb-d3dea79de02e398a4afb7f8d9c830846e93c0abf.tar.gz |
FIx strict context tests
Diffstat (limited to 'library/python/testing/yatest_lib/ya.py')
-rw-r--r-- | library/python/testing/yatest_lib/ya.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/python/testing/yatest_lib/ya.py b/library/python/testing/yatest_lib/ya.py index ab1a5366f2..27ea2e89b2 100644 --- a/library/python/testing/yatest_lib/ya.py +++ b/library/python/testing/yatest_lib/ya.py @@ -94,6 +94,8 @@ class Ya(object): self._context["work_path"] = to_str(context_runtime.get("work_path")) self._context["test_tool_path"] = context_runtime.get("test_tool_path") self._context["test_output_ram_drive_path"] = to_str(context_runtime.get("test_output_ram_drive_path")) + self._context["retry_index"] = context_runtime.get("retry_index") + self._context["ya_global_resources"] = context_resources.get("global") self._context["sanitize"] = context_build.get("sanitizer") |