commit | 1017ea9d89da71efdf58ac703fa8de1534e9b46b | [log] [tgz] |
---|---|---|
author | PGlazov <pglazov@mirantis.com> | Thu Mar 17 04:50:38 2022 +0400 |
committer | PGlazov <pglazov@mirantis.com> | Thu Mar 17 04:50:38 2022 +0400 |
tree | b9106367da5b69f9a518357d862954aa4cc8ee95 | |
parent | 91a4e4de32673f230db271eabefbde2a55b05240 [diff] |
Fix option for upgrade mysql Change-Id: Ibba71d4275d4bc6252e2125b9497469e1eabcbb8
diff --git a/tcp_tests/tests/system/conftest.py b/tcp_tests/tests/system/conftest.py index 74b3ea3..8badb8f 100644 --- a/tcp_tests/tests/system/conftest.py +++ b/tcp_tests/tests/system/conftest.py
@@ -84,7 +84,10 @@ def pytest_addoption(parser): parser.addoption("--update-to-tag", - "--update-mysql-version", action="store", default=None, help="For mcp_update test") + parser.addoption("--update-mysql-version", + action="store", + default=None, + help="For update mysql test")