SatelliteQE / robottelo

Robottelo is a test suite that exercises The Foreman.
GNU General Public License v3.0
61 stars 114 forks source link

Upgrading from 6.6 to 6.7 breaks the Tasks index page #7734

Open jyejare opened 4 years ago

jyejare commented 4 years ago

Customer Case

pondrejk commented 4 years ago

I assume the issue is limited to UI, right? We heave one test that goes into to the tasks page, though it's kind of hidden in dashboard test class (test_positive_task_status), I'm going to mark it for upgrade inclusion, though I found some other fixes are needed as the test was failing in previous runs (I'm not the component owner).

If also cli tests would make sense to test this, we could include also tests/foreman/cli/test_remoteexecution.py test_positive_run_default_job_template_by_ip that lists tasks via cli

vijay8451 commented 4 years ago

@pondrejk thanks to adjusting the automation accordingly , Yeah it's seen on UI only ..

JacobCallahan commented 2 years ago

Is this issue still open or has it been resolved?