pyroTest package
Project description
pyroTest Guidelines
Precondition:
System Requirements:
Operating System : Ubuntu Server 18.04.5 LTS.
Processor (CPU) : 1 or 2 CPU cores minimum. 64-bit CPU required, Intel or AMD.
Memory (RAM) : 4GB RAM minimum
HDD (Storage) : 30GB disk size minimum.
Packages Requirements:
There are certain preconditions which we need to take into consideration before start running the automated regression suite. We need to install the below packages to satisfy the precondition requirements.
For Ubuntu & Debian Machines
How to Install Chrome Driver:
wget https://chromedriver.storage.googleapis.com/2.41/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
sudo mv chromedriver /usr/bin/chromedriver
sudo chown root:root /usr/bin/chromedriver
sudo chmod +x /usr/bin/chromedriver
sudo rm -fr chromedriver_linux64.zip
How to Install Gecko Driver:
wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz
tar xvzf geckodriver-v0.26.0-linux64.tar.gz
sudo chmod 777 geckodriver
sudo mv geckodriver /usr/bin/
How to install firefox Driver:
wget https://ftp.mozilla.org/pub/firefox/releases/66.0.3/linux-x86_64/en-US/firefox-66.0.3.tar.bz2
tar -xjf firefox-66.0.3.tar.bz2
sudo rm -rf /opt/firefox
sudo mv firefox/ /opt
sudo mv /usr/bin/firefox /usr/bin/firefox_old
sudo ln -s /opt/firefox/firefox /usr/bin/firefox
How to create Virtual Environment:
How to create 3-site topology
Precondition to create 3-site topology in KVM
Before creating topology we need to create KVM hypervisor, We can create KVM hypervisor in below mentioned ways 1. Create a Hypervisor in Virtual Box/ESXi in private infrastructure 2. Create a Hypervisor in Cloud infrastructure using GCP
As of now we have automated the topology creation in GCP environment for 3-site.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyrotest-0.0.2.tar.gz
.
File metadata
- Download URL: pyrotest-0.0.2.tar.gz
- Upload date:
- Size: 46.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 813f545ed17de7860ca54dc9ccd1e799387d784bdc9a5361e8ca21f23e49ff0e |
|
MD5 | 46420b8e56bf4c1583829c6d7f9bc1d2 |
|
BLAKE2b-256 | 617ba0cbf387cfbb892841b0e774dd7f3567c7cdf2add87c8383ab03ab3cd7da |
File details
Details for the file pyrotest-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: pyrotest-0.0.2-py3-none-any.whl
- Upload date:
- Size: 49.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef690909c9231b87fb8fecc22cbb890f740491716d9bbf5787156b5c12e02340 |
|
MD5 | c7865b35cb6bd5a8b27b3daba065fa27 |
|
BLAKE2b-256 | 804b40bbbbd0f03c10dc8973f7feba5ff1a0d83366b24af6e97f41dc087cdd87 |