commit | 9c232f9e283be7e3dc7ac1a913e6f9ecb198db21 | [log] [tgz] |
---|---|---|
author | Ekaterina Chernova <efedorova@mirantis.com> | Fri Jul 26 16:02:18 2019 +0300 |
committer | Ekaterina Chernova <efedorova@mirantis.com> | Mon Jul 29 11:19:57 2019 +0300 |
tree | c1655178ece1a8c210b81fa9bcf66cdd5640a0a5 | |
parent | 09b67a5c847a7d6be6afd22e0c73cb5fa8398b3f [diff] |
Add exceptions to test_check_package_versions Some packages are installed only to the specific nodes. In that case test is failing. To prevent this, check if package is not in the exception. Also previously 1 error was allowed. After exception list is added, no package version mismatch is allowed. Change-Id: Icbab1f15e9ae936cae4ec9e05466ab2b8b216e64 Related: PROD-32190 Related: PROD-32108