Age | Commit message (Collapse) | Author | Files | Lines |
|
New variable: SDC_TEST_HTTPS
Adjusted robot test too and fixed bad naming there - it was not
the SDC BE container but SDC FE.
For this change to work the upstream change in SDC has to be merged
too - or use this only with a local repo and with some proper setup.
+ Added quotes around shell variables
Issue-ID: SDC-2564
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Change-Id: I3db9f2e1c22a539df3b6c356bd91f67f0328cbd7
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
|
|
By default it is disabled and the test works as before, but by providing
the SDC_LOCAL_IMAGES variable with a value of true/yes it will not use
the upstream images (from registry) but instead the local one (in docker
cache) - they have to be build beforehand of course.
They are two more optional variables (if SDC_LOCAL_IMAGES == true/yes):
SDC_LOCAL_GITREPO .. for local git repo instead of an upstream branch
SDC_LOCAL_TAG .. it will use local images with this docker tag
Issue-ID: SDC-2553
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Change-Id: Ib64ca17e81aa9c3406e0a5d8fb403f1c1b0862a1
|
|
Remove the setting of unused BE_IP Robot variable and
add copyright to script
Change-Id: I6248ab469dfab5383f7ada852de3f39784dd3faa
Issue-ID: SDC-2505
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
|
|
Replace almost identical setup scripts for SDC api and ui tests
with one that takes the wanted SDC test suite as an argument
Change-Id: Ic48ffa82a41d80da860eb043e3dfb71f55cc08ad
Issue-ID: INT-1084
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
|
|
Remove leading test/csit/ from all relative paths to
accomodate the move into integration/csit repo.
Change-Id: Id9482b46df839f5eba28135e9f987a3eda1d7d94
Issue-ID: INT-671
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
To facilite branching of CSIT tests, all CSIT test
code and scripts are relocated to the integration/csit
repo.
Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df
Issue-ID: INT-671
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|