Created
December 11, 2019 16:50
-
-
Save johnpmitsch/a9bbca269a7fbf369381dbf3533763c6 to your computer and use it in GitHub Desktop.
Foreman smoker install and run on centos8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Spin up centos8 box | |
| sudo yum install -y epel-release | |
| yum install -y --nogpgcheck python3 git chromedriver chromium | |
| git clone https://github.com/theforeman/smoker | |
| cd smoker | |
| pip3 install -r requirements.txt | |
| add box to /etc/hosts | |
| pytest --driver Chrome --base-url https://centos7-katello-nightly.jomitsch.example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment