aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run_multinode.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-09-04Find lib and config files related to Domino packageopnfv-5.0.RC1opnfv-5.0.0Cédric Ollivier1-6/+7
As Functest installs Domino via package run_multinode.sh should get them via the install dir. domino_cli.py detects if lib is installed via packages too. Otherwise the default behavior is unchanged. Change-Id: Ic11129a88e99538dfd5e43cebe7ccf8bba2d2410 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-09-02Add domino packageCédric Ollivier1-22/+22
It's required by Functest to ease integrating all OPNFV projects and their requirements. It also synchronizes requirements with stable/ocata and renames domino-cli to domino_cli to conform with common module names. It defines scripts and console_scripts to rely on $PATH. run_multimode.sh is adapted to correctly call client, cli and server. It should be noted that run.sh can raise conflicts if it's already provided by another OPNFV package and that run_on_remote_nodes.sh is not fully updated. Otherwise it obliges all OPNFV installers to be updated as well. run.sh is unchanged and it's called by releng from local directory. It may rise runtime issues if several files are not loaded via pkg_resources. Change-Id: Ibd9dd56f316609180aa432c6b7ee5a375d9af674 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-07-13Stop installing packages from test executionjose.lausuch1-11/+2
These packages are available in the Functest image thanks to the requirements installed here [1] [1] https://git.opnfv.org/functest/tree/docker/thirdparty-requirements.txt Change-Id: I5e8814de6e8f11e59cfef61ee3c0dbc0651f55ff Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-03-29JIRA DOMINO-26: Add exit 0 to test scriptsUlas Kozat1-1/+1
Change-Id: I71bb0abc7b9683330fcaa03c02827b261f13f3ae Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2017-02-23Functest test script file updateUlas Kozat1-107/+129
Change-Id: I9074a367b1796d0d6a0f6915c7b20a8757d05109 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-08-08Take trap statement inside the if clauseUlas Kozat1-2/+1
Change-Id: If02f46e483c46be9169a0a541908c82705f6c908 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-08-08Add a flag to test script to bypass multi node testingUlas Kozat1-32/+42
Change-Id: Ia7ee2cbc4ab09062a4b18bb96989b189ecb77fc1 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-07-14Update userguideUlas Kozat1-2/+4
Change-Id: I3c816a7a1770c0fae8d8000a4d24e2516e94978a Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-07-12Add chmod for ssh keyUlas Kozat1-0/+1
Change-Id: I8661fba6b9682580bba78f5308243ff6ff84ca29 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-07-12Update multi node testUlas Kozat1-52/+39
Change-Id: I45e743a982526c8f3b2765e4e625aa77f65e86e2 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-07-12add new multi node test script and deployment ssh keysUlas Kozat1-0/+169
Change-Id: I7b258c2b440211d03a07c89c70e90c62a29a6718 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>