We don't report testcase_base_initial_setup for Workstation, but we could. All Workstation live installs are effectively "no user" installs, because the Workstation live installer won't let you create a user account or root password. That's why we don't have a separate install_no_user for Workstation. But it's install_no_user that's tagged for reporting base_initial_setup results, because on other flavors, we do create a user during install_default_upload, so we skip initial setup there.
install_no_user
install_default_upload
So, to solve this we'd have to somehow report base_initial_setup for install_default_upload on Workstation, but only Workstation. Not sure off the top of my head if that's currently possible, but if not I can extend the reporting stuff to make it possible.
@aday this should help human testers not have to bother with that test case on Workstation.
So this was not my proudest coding moment, but it gets the job done, I guess. :|
Metadata Update from @adamwill: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/quality/fedora_openqa/issues/100
Please continue any further discussion there.