-
Notifications
You must be signed in to change notification settings - Fork 65
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
Limit to Env Checkbox for Entities and View for #7333 #396
Conversation
Lai, After some experimentation, I arrived to two possible solutions. As far as I can tell, both give the same results. Solution 1: Solution 2: Solution number 2 is not something we often do in Robottelo, but requires so much less changes than solution 1. Overall, I feel it's much more aligned with spirit of frameworks that we use. I also asked widgetastic developers for their opinion on how problems like that should be approached: RedHatQE/widgetastic.core#158 |
1c599b5
to
ba8ce10
Compare
This is new implementation to give users more control of the checkboxes under Content Host Repository Sets.
ba8ce10
to
88c525b
Compare
@Mirzal I have this bit of code working when running it locally alongside SatelliteQE/robottelo#7334. But when I try to run it in the terminal, it just hangs. Any idea on what's going on? I've try both old and new implementation and it's just handing in the errata installation task details page. Am I using the wrong calling method to make sure that it's installing correctly and finishes? |
@latran calls look OK to me. They are used elsewhere, too.
Have you seen browser window when it hanged? If I understand correctly, Probably not, as you mentioned it is working when running locally, but hanging when running in terminal. I don't understad that part. Could you explain? |
@mirekdlugosz What I mean is that when I go to the command line and run this: "pytest tests/foreman/ui/test_contenthost.py::test_positive_end_to_end" the operation hangs once installing errata reached a successful state and the progressbar reached 100%. It's as if The approximately wait time was around 5 minutes before the call ends. Here's a pastebin of my result: http://pastebin.test.redhat.com/801669 |
@latran I'm so sorry, but your situation is not entirely clear to me. This test fails, right? Unfortunately, this log contains only warnings, which are not useful at all. Do you have stacktrace available? You can even post everything from invocation up to next command line prompt. Better to post too much details than not enough. |
This is not needed anymore. This PR can be deleted |
not needed anymore |
This is new implementation to give users more control of the checkboxes under Content Host Repository Sets.