commit | 7efe3b2fc4ad82abfb993cb83c51be2ba5ce2638 | [log] [tgz] |
---|---|---|
author | PGlazov <pglazov@mirantis.com> | Wed Feb 16 17:29:05 2022 +0400 |
committer | PGlazov <pglazov@mirantis.com> | Fri Mar 04 16:52:58 2022 +0400 |
tree | 4d45d1f248692f9f681be0dc52bacd45c676bf1e | |
parent | 76f03e12d8c6347737865127fb78d175f4421baa [diff] [blame] |
Add fix for upgrade galera with mysql 5.7 --add update-mysql-version parametr for major upgrade Related-Prod: PROD-36708 Change-Id: Ic1eb785c7f42a7532f55946aa6c024430810e0bf
diff --git a/tcp_tests/tests/system/conftest.py b/tcp_tests/tests/system/conftest.py index 0dabd4d..74b3ea3 100644 --- a/tcp_tests/tests/system/conftest.py +++ b/tcp_tests/tests/system/conftest.py
@@ -84,6 +84,7 @@ def pytest_addoption(parser): parser.addoption("--update-to-tag", + "--update-mysql-version", action="store", default=None, help="For mcp_update test")