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

Small doc fixes #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
PQA Framework
==============================================================================
# PQA Framework

This suite will help us to test Percona XtraDB Cluster/Percona Server with various testcases.
You can customize the testcases
using configuration files without disturbing main code.

Configuration details
------------------------------------------------------------------------------
## Requirements

Following binaries are required for framework to run:
* sysbench
* percona-xtrabackup
* socat
* percona-toolkit

## Configuration details

Basic configuration details are available in [config.ini](./config.ini) file. You need to change the configurations as
per your environment.
Expand Down Expand Up @@ -51,8 +57,7 @@ pxc_upper_base = /dev/shm/qa/Percona-XtraDB-Cluster-5.7.25-rel28-31.35.1.Linux.x
If you need to start Percona XtraDB Cluster/Percona Server with custom configuration you should add the parameters
in [custom.cnf](./conf/custom.cnf)

Initializing framework
--------------------------------------------
## Initializing framework

`python3 qa_framework.py --testname=suite/replication/replication.py`

Expand Down