Project

General

Profile

« Previous | Next » 

Revision 8265

Refer to metacat.war deployments since those are now the default. https://projects.ecoinformatics.org/ecoinfo/issues/6082

View differences:

squery-load-test.py
54 54
debug("       host: $host ")
55 55
debug("************************************************** ")
56 56

  
57
mc = metacat.MetacatClient(host,'/knb/metacat')
57
mc = metacat.MetacatClient(host,'/metacat/metacat')
58 58

  
59 59
query_template_file = open('squery.xml.tmpl', 'r')
60 60
query_template = query_template_file.read()

Also available in: Unified diff