dataone.it.context=LOCAL_METACAT
# convenience property for localhost
host.url=http://localhost:8080

# signals integration tests to use the provided mn.baseurl as the 
# entire test environment
context.mn.baseurl=${host.url}/knb/d1/mn

# context-specific override of libclient D1Client class
D1Client.CN_URL=${host.url}/cn
# by itself, will allow some CNode tests to pass, but does not
# override the nodelist from the local CN.  So, tests exercising
# the CNode.getNodeList method will fail unless the nodelist it
# returns reflects the local environment setup (presumably a 
# single MN and CN).


# define any other properties needed below
#------------------------------------------