-
Notifications
You must be signed in to change notification settings - Fork 13
Sofia lab #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Sofia lab #131
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 3dc61c7.
* retries * cmk needs command Co-authored-by: Daan Hoogland <[email protected]>
* Add support for VMware ESXi and vCenter 7.0u2 * Add support for VMware ESXi and vCenter 7.0u3
Add support for k8s v1.21.5
Add test data for ipv6 guest prefix and public range test Signed-off-by: Abhishek Kumar <[email protected]>
…(unattended-upgr)" This reverts commit fb4fede.
Add support Ubuntu 22.04
The newer version 8.0.30 causes some smoke tests failed with error below ====================================================================== ERROR: test_01_deployVMInSharedNetwork (tests.smoke.test_network.TestSharedNetwork) ---------------------------------------------------------------------- Traceback (most recent call last): File "/marvin/tests/smoke/test_network.py", line 1980, in test_01_deployVMInSharedNetwork "select ip4_address from nics where strategy='Placeholder' and ip4_address = '%s';" % routerIp); File "/usr/local/lib/python3.6/site-packages/marvin/dbConnection.py", line 45, in execute db=str(self.database) if not db else db)) as conn: File "/usr/local/lib/python3.6/site-packages/mysql/connector/pooling.py", line 287, in connect return MySQLConnection(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/mysql/connector/connection.py", line 137, in __init__ self.connect(**kwargs) File "/usr/local/lib/python3.6/site-packages/mysql/connector/abstracts.py", line 1095, in connect self._open_connection() File "/usr/local/lib/python3.6/site-packages/mysql/connector/connection.py", line 544, in _open_connection self.set_converter_class(self._converter_class) File "/usr/local/lib/python3.6/site-packages/mysql/connector/abstracts.py", line 1271, in set_converter_class self.converter = convclass(charset_name, self._use_unicode) File "/usr/local/lib/python3.6/site-packages/mysql/connector/conversion.py", line 136, in __init__ MySQLConverterBase.__init__(self, charset, use_unicode, str_fallback) File "/usr/local/lib/python3.6/site-packages/mysql/connector/conversion.py", line 59, in __init__ self.set_charset(charset) File "/usr/local/lib/python3.6/site-packages/mysql/connector/conversion.py", line 73, in set_charset self.charset_id = CharacterSet.get_charset_info(self.charset)[0] File "/usr/local/lib/python3.6/site-packages/mysql/connector/constants.py", line 775, in get_charset_info info = cls.get_default_collation(charset) File "/usr/local/lib/python3.6/site-packages/mysql/connector/constants.py", line 746, in get_default_collation raise ProgrammingError(f"Character set '{charset}' unsupported") mysql.connector.errors.ProgrammingError: Character set 'utf8' unsupported
"-h" expression was only looking for /etc/redhat-release as a symlink, oddly. On OL this is a regular file. Replaced with "-e" which will match both scenarios. Also fixed a typo where "cat cat" was appearing leading to a harmless error: "cat: cat: No such file or directory"
* proper format for multiple SS * Clear yum cache for kvm c7 and rhel 8 clones Co-authored-by: davidjumani <[email protected]>
marvin: Notify skipped tests
* align with upstream and cleanup * vpc_vpn networks added * syntax
This fixes a strange issue on sofia parent lab that sometimes dummy VM is stopped but actually not and then updated to Running again. 2022-12-14 06:37:36,112 INFO [c.c.v.VirtualMachineManagerImpl] (DirectAgentCronJob-438:ctx-6bdcee82) (logid:ab07d6a2) VM i-9546-38210-VM is at Stopped and we received a power-on report while there is no pending jobs on it
ea36eea
to
49f15b4
Compare
* Ignore msrs for suse on amd based servers (#159) * update cmd * Fix incorrect yum clean all command * update yum cache clean cmd (#163) * Increasing timeout to get cmk Co-authored-by: Pearl Dsilva <[email protected]> Co-authored-by: davidjumani <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.