Skip to content

Instantly share code, notes, and snippets.

@johnpmitsch
Created December 11, 2019 16:50
Show Gist options
  • Save johnpmitsch/a9bbca269a7fbf369381dbf3533763c6 to your computer and use it in GitHub Desktop.
Save johnpmitsch/a9bbca269a7fbf369381dbf3533763c6 to your computer and use it in GitHub Desktop.
Foreman smoker install and run on centos8
# 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