aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/WebContent
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2018-08-21 20:49:19 +0800
committerseshukm <seshu.kumar.m@huawei.com>2018-08-21 20:50:04 +0800
commitcb4f87025be4cb4b5466abc186c3785d003ef770 (patch)
tree3272149afc37c6656406110ad76ef05608acf6f9 /asdc-controller/WebContent
parent9c58cdde6b5d63ffbc41ae7725313ed6a96ddd1c (diff)
Fix the structure in the doc for bpmn
Issue-ID: SO-675 Change-Id: I2dc7bc2f77b191a60206678a6fe25bd2ef81f83c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'asdc-controller/WebContent')
0 files changed, 0 insertions, 0 deletions
or: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#!/bin/bash
INSTALL_DIR=/var/opt/ONAP
#
# Execute tags built to support the hands on demo,
#
function usage
{
	echo "Usage: runSoak.sh [-p <filename> -d <seconds> -c <seconds>]"
	echo " "
	echo "       -p, --profile"
	echo "               - name of JSON file containing test profile"
	echo " "
	echo "       -d, --duration"
	echo "               - Duration of soak test (overrides value --profile)"
	echo " "
	echo "       -c, --cyclelength"
	echo "               - Time between starting iterations of profile"
	echo "                 If longer than total run time of a single iteration,"
	echo "                 additional wait is added before starting the next iteration."
	echo "                 Value has no effect if it is shorter than the total run time"
	echo "                 of a single iteration over the profile."
	echo "                 (overrides value in --profile)"
}


cd ${INSTALL_DIR}
export PYTHONPATH=${INSTALL_DIR}/robot/library
python -m loadtest.TestMain $@ --logfile /share/logs/soak_$$.log