miscell cosmetic + pass the substrate object to TestBonding so it can compute an...
[tests.git] / node_ssh / nst_config
index b805f6b..be29802 100644 (file)
@@ -2,7 +2,7 @@
 
 # API URL
 # URL to api server.
-NST_API_SERVER='https://www.planet-lab.org/PLCAPI/
+NST_API_SERVER='API_URL
 
 # Slice SSH Public Key
 # The SSH public key used to access the slice. 
@@ -10,7 +10,7 @@ NST_KEY_PATH='PATH_TO_PUBLIC_KEY_FILE'
 
 # Slice Name
 # Name of the slice to use.
-NST_SLICE='pl_nts'  
+NST_SLICE='SLICE_NAME'  
 
 # Slice User's Account
 # An account that has access to the slice we will use. 
@@ -20,3 +20,8 @@ NST_USER='USERNAME'
 # The password of the slice user's account. 
 NST_PASSWORD='PASSWORD'
 
+# Plot Lenght
+# Length of x-axis in seconds
+# 36000 seconds = 10 hours
+NST_PLOT_LENGTH=36000
+