aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/scripts/externalapi-nbi
AgeCommit message (Collapse)AuthorFilesLines
2018-08-29Parameterized the nbi docker image versionQuoc-Nghia Nguyen1-2/+2
Change-Id: I07a4dfcd216c60fc44f620308d0f4c3b34ab63d5 Issue-ID: EXTAPI-118 Signed-off-by: Quoc-Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-05-14Correct ExternalAPI-NBI CSITEric Debeau1-0/+3
CSIT fails due to modification in docker-compose.yml Create .env file to solve the problem Move creation .env file in the workspace directory Change-Id: I43343316faafb8108a12874de814ee918ac62ae6 Issue-ID: EXTAPI-86 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-05-03Fix nbi container init errorQuoc Nghia Nguyen1-4/+19
- start_nbi_containers: wait for the db services to be fully initialized before launching the nbi Change-Id: I5ce856c69f74db5425ea4506d392a52c07e12bda Issue-ID: EXTAPI-76 Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-04-19Correct Robot script for ExternalAPI-NBI CSITEric Debeau1-0/+13
Add Testcases (thanks to Gary Wu) Change-Id: Ide10a8fabd1b8bce1584ee03ccbc29f11e949141 Issue-ID: EXTAPI-76 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-17Fix syntax errors in the scriptsQuoc Nghia Nguyen2-15/+20
Change-Id: Ibcdc69f49d27a8ec5ab136ccdf0009e11aefe45b Issue-ID: EXTAPI-76 Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-04-16Create scripts to start and remove NBI containersEric Debeau2-0/+66
Scripts to be used for ExternalAPI-NBI CSIT start_nbi_containers.sh: start the 3 containers delete_nbi_containers.sh: delete the 3 containers Issue-ID: EXTAPI-76 Change-Id: Iec414155b41d316d2495399d61f76b09042fc3b7 Signed-off-by: Eric Debeau <eric.debeau@orange.com>