Skip to content
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

Generate simple-reproduction script #87

Open
ldoktor opened this issue Oct 19, 2020 · 0 comments
Open

Generate simple-reproduction script #87

ldoktor opened this issue Oct 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ldoktor
Copy link
Collaborator

ldoktor commented Oct 19, 2020

It'd be nice to be able to reproduce the environment, maybe even the actual set-of-tests. Let's log all the changes we perform in setup and log it somewhere in the report so we can just copy&paste it on other machines to get the same/similar outcome. In case of a reboot let's notify the user and split it into multiple phases.

Use comments to make the script readable and some steps might be just comments. For example:

# Provision the Fedora-33 via beaker

# Install pbench
wget ...
dnf install -y ...
...

# Apply profile TunedLibvirt
wget ....qcow2
...
virsh create ...
@ldoktor ldoktor added the enhancement New feature or request label Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant