Skip to content
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

Recent change in pywbem mocker breaks sample test method provider #646

Closed
andy-maier opened this issue Jun 25, 2020 · 1 comment
Closed

Comments

@andy-maier
Copy link
Contributor

andy-maier commented Jun 25, 2020

The new CI test against pywbem 1.0.0b1 revealed this:

  File "/home/travis/build/pywbem/pywbemtools/tests/unit/simple_mock_invokemethod_pywbem_V1.py", line 62, in InvokeMethod
E           inst = self.find_instance(ObjectName, instance_store, copy=False)
E       AttributeError: 'CIM_FooMethodProvider' object has no attribute 'find_instance'
@andy-maier andy-maier self-assigned this Jun 25, 2020
@andy-maier andy-maier added this to the 0.7.0 milestone Jun 25, 2020
andy-maier added a commit that referenced this issue Jun 25, 2020
…rovider

Details:

* Adjusted to changes in the pywbem mock support for method providers, in the
  sample method provider simple_mock_invokemethod_pywbem_V1.py. (See issue #646)

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
@andy-maier
Copy link
Contributor Author

Fixed in PR #647

andy-maier added a commit that referenced this issue Jun 25, 2020
…rovider

Details:

* Adjusted to changes in the pywbem mock support for method providers, in the
  sample method provider simple_mock_invokemethod_pywbem_V1.py. (See issue #646)

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant