X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=node_ssh%2Fnst_config;h=be29802cc394755fc20fd66bab4f236f6e0be148;hb=d6b5316772bc8e903f5d68bd43d366a596d4a59c;hp=30d21f905e20789b340a7eaccd17a587f766dfc0;hpb=8da5f7e142625f54317dbbf3814d0df5c4875dcb;p=tests.git diff --git a/node_ssh/nst_config b/node_ssh/nst_config index 30d21f9..be29802 100644 --- a/node_ssh/nst_config +++ b/node_ssh/nst_config @@ -1,12 +1,27 @@ -# node_test_ssh config file +# node_ssh config file -NST_API_SERVER='https://www.planet-lab.org/PLCAPI/' +# API URL +# URL to api server. +NST_API_SERVER='API_URL' -NST_KEY_PATH='/usr/share/planetlab/tests/nts/keys/nts.pub' +# Slice SSH Public Key +# The SSH public key used to access the slice. +NST_KEY_PATH='PATH_TO_PUBLIC_KEY_FILE' -NST_SLICE='pl_nts' +# Slice Name +# Name of the slice to use. +NST_SLICE='SLICE_NAME' +# Slice User's Account +# An account that has access to the slice we will use. NST_USER='USERNAME' +# Slice User's Password +# 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 +