Skip to content

Conversation

rohityadavcloud
Copy link
Member

No description provided.

davidjumani and others added 30 commits February 3, 2021 12:27
DaanHoogland and others added 27 commits December 22, 2021 15:40
* 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 test data for ipv6 guest prefix and public range test

Signed-off-by: Abhishek Kumar <[email protected]>
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]>
* 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
* 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]>
@DaanHoogland DaanHoogland merged commit fb94a5d into master Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants