diff options
author | Олег <150132506+iddqdex@users.noreply.github.com> | 2025-06-05 20:35:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-05 17:35:30 +0000 |
commit | 95e96f8cfdf8d2ccbbca1dbb9cbad717ca0793f3 (patch) | |
tree | c0f0aff1de9e3d47fc952b15179f557f6c41c86f | |
parent | 61495d88f13aa48c7a3bac0527398cd827b59072 (diff) | |
download | ydb-95e96f8cfdf8d2ccbbca1dbb9cbad717ca0793f3.tar.gz |
Add External M1 (#19386)
-rw-r--r-- | ydb/tests/olap/load/lib/external.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ydb/tests/olap/load/lib/external.py b/ydb/tests/olap/load/lib/external.py index 2ee536d0fd0..6a224925cd1 100644 --- a/ydb/tests/olap/load/lib/external.py +++ b/ydb/tests/olap/load/lib/external.py @@ -49,3 +49,7 @@ class TestExternalA1(ExternalSuiteBase): class TestExternalX1(ExternalSuiteBase): external_folder: str = 'x1' + + +class TestExternalM1(ExternalSuiteBase): + external_folder: str = 'm1' |