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:

insert-load-test.py
58 58

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

Also available in: Unified diff