Age | Commit message (Collapse) | Author | Files | Lines |
|
It is basically the same as sanity test. Updated with the sanity changes
and removed unused variable for robot.
Nightly tends to fail in jenkins but there is no reason for it if sanity
succeeds. When run manually it works fine.
Issue-ID: SDC-2558
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Change-Id: I174867d85e5979b879f4b7de926e193d1453763c
|
|
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>
|
|
- directory structures of DCAE-DS CSIT plans, scripts and tests
have been changed to be more compatible with jjb templates to
enable working Jenkins jobs
- robot tests adjusted to latest changes in robotframework-onap library
Change-Id: Id05602a88557267cc7ae77f066877680ae431a7f
Issue-ID: SDC-2365
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
|
|
Add CSIT robot test and structure for DCAE-DS
This test case provides initial basic implementation for
monitoring configuration service creation and approval procedure
- only unauthenticated backend http interfaces are used
- distribution of the service is excluded
- keyword libraries and templates should be refactored into testsuite repo
- no logs are verified on runtime
Change-Id: Ied08206fe8567a249c309bcd243e25b153b33da7
Issue-ID: SDC-2365
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>
|