Felix Stephen

Results 4 issues of Felix Stephen

# QwikContext Not compatible with Python 3.6 due to enum34 requirement # Details enum34 does not appear to be compatible with Python 3.6 and when you install omsdk via pip...

# QwikContext TypeManager issue: is_changed() returns False when you set an EnumTypeField to a String # Details ``` >>> idrac.config_mgr._sysconfig.BIOS.PxeDev2EnDis = "Enabled" >>> idrac.config_mgr._sysconfig.BIOS.is_changed() False >>> idrac.config_mgr._sysconfig.BIOS.PxeDev2EnDis = TypeHelper.convert_to_enum("Enabled", PxeDev2EnDisTypes)...

bug
help wanted

# QwikContext pip install from github repository fails # Details ``` anupam@ubuntu:~/workspace$ pip install git+https://github.com/dell/omsdk.git Collecting git+https://github.com/dell/omsdk.git Cloning https://github.com/dell/omsdk.git to /tmp/pip-xvprwQ-build Complete output from command python setup.py egg_info: Traceback (most...

bug
enhancement

# Description UT enhancement for MDM cluster module # GitHub Issues List the GitHub issues impacted by this PR: | GitHub Issue # | | -------------- | | | #...