-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix provisioning tests #17571
Fix provisioning tests #17571
Conversation
@shubhamsg199 The changes of broker_facts has been introduced recently and @Gauravtalreja1 has added this change in https://github.com/SatelliteQE/robottelo/pull/17492/files. Do you know why host created doesn't have broker_facts param? |
Signed-off-by: Shubham Ganar <sganar@redhat.com>
e653785
to
9f73fea
Compare
@shweta83 Yes, but the provisioning_host fixture returns a Contenthost object which doesn't contain |
Signed-off-by: Shubham Ganar <sganar@redhat.com> (cherry picked from commit 05f5758)
Problem Statement
Provisioning tests are failing with
AttributeError: 'ContentHost' object has no attribute '_broker_facts'. Did you mean: '_broker_args'?
Solution
Fix the test