diff options
author | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2020-03-19 17:01:24 +0200 |
---|---|---|
committer | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2020-03-23 12:08:23 +0000 |
commit | ff18aa2acdb898ff8b48b5733ed761ed1a376929 (patch) | |
tree | b546d8ded21b197d2edb0ace8d863f65c1a6aca2 /tests | |
parent | 940b6d936da7a3be6cfd5bd903ef40c6da9592ae (diff) |
Finalize CSIT script regardless of setup success
- run teardown and env info collection steps always on exit
regardless of any potential failures in previous steps
(particularly setup)
- Note that this puts an implicit requirement on project-specific
teardown scripts to be able to do their job even if some setup steps
have failed!
- add trivial sdc-dcae-d change to trigger CSIT verify job
Issue-ID: TEST-231
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: Iafd362602d3e8ae8c40eb0c73efae12d00a470c5
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sdc-dcae-d/dcaed/monitoring_configuration_service_test.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sdc-dcae-d/dcaed/monitoring_configuration_service_test.robot b/tests/sdc-dcae-d/dcaed/monitoring_configuration_service_test.robot index 1941e357..49e4faa7 100644 --- a/tests/sdc-dcae-d/dcaed/monitoring_configuration_service_test.robot +++ b/tests/sdc-dcae-d/dcaed/monitoring_configuration_service_test.robot @@ -3,7 +3,7 @@ Resource sdc_interface.robot Resource sdc_dcaed_interface.robot *** Test Cases *** -# This test case implements the steps described in +# For now, this test case implements the steps described in # https://wiki.onap.org/display/DW/How+to+Create+a+Service+with+a+Monitoring+Configuration+using+SDC Create Service With Monitoring Configuration Test [Tags] sdc-dcae-d |