X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=node_ssh%2Fnst_config;h=be29802cc394755fc20fd66bab4f236f6e0be148;hb=9b733a4719b75382285799e42b245108f986aaa1;hp=6c6f21f6df2683778b98086fe13b73004fef79ce;hpb=023a80ec23efa2353143d0b9455f88c66c5fe881;p=tests.git diff --git a/node_ssh/nst_config b/node_ssh/nst_config index 6c6f21f..be29802 100644 --- a/node_ssh/nst_config +++ b/node_ssh/nst_config @@ -2,15 +2,15 @@ # 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. -NST_KEY_PATH='/usr/share/planetlab/tests/nts/keys/nts.pub' +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 +