Add wrapper script #63
No reviewers
Labels
No Label
priority: critical
priority: high
priority: low
priority: medium
status: abandoned
status: duplicate
status: invalid
status: peer review needed
status: wontfix
tag: content
tag: good first issue
tag: help wanted
test suite
type: bug
type: documentation
type: enhancement
type: maintenance
type: question
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: testing/os-autoinst-distri-rocky-migrated#63
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "wrapper_script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds a wrapper script that makes it a little easier to run the flavor you want with the correct options.
Usage:
./run-openqa-tests.sh [FLAVOR]
where FLAVOR is one ofuniversal
,dvd-iso
,boot-iso
, orminimal-iso
.Looks good.
For the proposed report script a minor change will fix the format...
This produces output in the correct table format...
[rocky@openqa-dev rocky]$ ~/build-report.sh.new "20211114.151023.0"
Build20211114.151023.0
Also, for a future update we'll want to think about...
We can discuss in the meeting. This is a great start!