Skip to content

mattmahoneyrh/kiali-qe-rest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiali REST test cases

Preparing the Environment

  • ./setup.sh will provide a quickstart environment for RHEL or Fedora with virtualenv called kiali-qe-rest and all the pip modules intalled.

  • You can manually activate the environment by source .kiali-qe-rest/bin/activate

  • If you don't want to create a virtualenv, a simple pip install -r requirements.txt will be install the requirements needed on your python environment

Environment Variables

  • You must change kiali_hostname, kiali_username and kiali_password according to your configuration.

Running the Tests

  • You can run the testing by py.test on root folder of this project (kiali-qe-rest)

or

  • You can configure Pycharm to run the test for you.

About

Kiali Rest Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.8%
  • Shell 3.2%