Actions
action #64325
closed[functional][y] Add check in autoyast installation test with wrong autoyast profile path
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Enhancement to existing tests
Target version:
-
Start date:
2020-03-09
Due date:
2020-05-05
% Done:
0%
Estimated time:
3.00 h
Difficulty:
Description
When users manually provide the path for the autoyast profile, there can be typos. After the system displays an error that the profile cannot be found, changing the path to the correct one, should work.
(Recently, I tried the above action manually and faced some unexpected warning messages. See https://bugzilla.suse.com/show_bug.cgi?id=1165464 )
Challenge with implementing the above check in openQA is that if the given autoyast profile path is not correct, openQA will not proceed to run the test.
use LWP::Simple 'head' can be used
Acceptance criteria¶
- Accessibility of the autoyast profile is validated before test is executed
Actions