-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Details: * Added a 'namespace' command group that allows liting, creating and deleting CIM namespaces, and showing the Interop namespace. The 'server namespaces' and 'server interop' commands that provide a subset of that functionality have been deprecated. (issue #877) * Deprecated the 'server namespaces' and 'server interop' commands. Use the new commands 'namespace list' and 'namespace interop', respectively. (issue #877) * Added a MOF file simple_interop_mock_model.mof that sets up the Interop namespace with a minimal model for namespace creation and deletion via pywbem.WBEMServer.create_namespace() and delete_namespace() (i.e. just the CIM_Namespace and CIM_ObjectManager classes), and a user namespace with the simple mock model. * Added a mock script simple_interop_mock_script.py that loads the simple_interop_mock_model.mof model and registers the pywbem-provided namespace provider. It can be used as a standalone mock file that creates a minimal but functioning Interop namespace that allows operating on namespaces. * Added unit testcases in test_namespace_cmds.py that use either the simple interop model when verifying that namespace operations can work, or the simple (non-interop) model for verifying that the missing interop namespace causes the commands to fail. Signed-off-by: Andreas Maier <[email protected]>
- Loading branch information
1 parent
a88d98c
commit 9f23775
Showing
12 changed files
with
1,128 additions
and
65 deletions.
There are no files selected for viewing
This file contains 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 file contains 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 file contains 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 file contains 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
Oops, something went wrong.