EOX GitLab Instance

Skip to content
Snippets Groups Projects

PERFORMANCE TEST

separate test.py files for both PRISM sites vhr18 and emg, using locust testing tool. Using auto-generated samples from opensearch result of Emergency collection and level3 of vhr_18 Collection.

  • Httptested requests :
  • WMS
  • WCS

USAGE

example of usage below

# to test vhr18 wms requests
locust -f <path_to_file>/vhr18_wms.py 

# to test emg wcs requests
locust -f <path_to_file>/emg_wcs.py

Requirements

installed locust.

Authourization

replace the value of auth in both test files with the VS credintials ( username, passwors).


self.client.get(f"{item}", auth=('username', 'Password'))