This repo is final location of completed automation projects
To run the script clone the repo and create virtual enviornment
device.txt file is having all the list of devices
keep the device.txt in the script folder
python3 -m venv env
source env/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt