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:

read-load-test.py
55 55

  
56 56
# Initialize a metacat client connection and log in as test user
57 57
t1 = time()
58
mc = metacat.MetacatClient(host,'/knb/metacat')
58
mc = metacat.MetacatClient(host,'/metacat/metacat')
59 59
debug("[test] -- Processing Login")
60 60
response = mc.login('test', 'test', 'NCEAS')
61 61
t2 = time()

Also available in: Unified diff