-
Notifications
You must be signed in to change notification settings - Fork 1
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
Convenient function for mock scripts to create interop namespace. #1121
Comments
Update: The original version of this proposal has been replaced with a better one. This could be done by adding an Here is the code in a current mock script (simple_interop_mock_script.py) for creating and registering the Interop namespace: A function definition:
and code from the main routine:
With the proposed function, all of the above would be reduced to the following code in the main routine:
|
We need to review the proposal and decide whether we go with it. |
Comments/DISCUSSION:I think that it should be more general to include:
What about building the CIMObjectManager class and instance since it is a requirement for building the interop provider? Should that be a separate method or part of this method? |
We discussed Karl's idea in one of the last meetings, and concluded it should be followed. |
No description provided.
The text was updated successfully, but these errors were encountered: