commit | b7a80bb515cbd0dfc8bd1da29ea5c6b56dfb48ad | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Fri Dec 04 15:36:36 2020 +0200 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Fri Dec 04 15:36:36 2020 +0200 |
tree | 70abef8d41c7e928f7e94d6968efeacdcf38e998 | |
parent | 97fac6e6837870feb3a0b3d5ad2a1721f5d78978 [diff] [blame] |
PROD-35843 Use correct field for alert Api key Change-Id: Ic7006a474a718bd3f3a6d9159d016d2cc5bc4220
diff --git a/tcp_tests/managers/reclass_manager.py b/tcp_tests/managers/reclass_manager.py index 0813b5b..ab6bd72 100644 --- a/tcp_tests/managers/reclass_manager.py +++ b/tcp_tests/managers/reclass_manager.py
@@ -181,3 +181,8 @@ key=key, path=short_path )) + + def commit(self, text_commit): + self.ssh.check_call( + "cd /srv/salt/reclass; git add -u && git commit --allow-empty " + "-m '{text}'".format(text=text_commit))