diff options
author | sharath <sharathkumarboyanapally@gmail.com> | 2018-10-26 11:51:45 +0530 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-12-18 09:34:32 +0000 |
commit | f5a1d81c2f3c532543b6cd6a457942dbf610f5f3 (patch) | |
tree | c3e4368bd0ea72f3908b2bae5e02a0487e74beb3 /tests/dmm | |
parent | 4f9509d2dae42c99f5a5ece8b730bc322d31c948 (diff) |
Adding DMM build artifacts
Change-Id: Ia5153d8e716d506c85ec8b723331438efd66ab6a
Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
Diffstat (limited to 'tests/dmm')
-rw-r--r-- | tests/dmm/func/__init__.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dmm/func/__init__.robot b/tests/dmm/func/__init__.robot index 3215dc87f9..65e2879d16 100644 --- a/tests/dmm/func/__init__.robot +++ b/tests/dmm/func/__init__.robot @@ -15,4 +15,6 @@ | Resource | resources/libraries/robot/shared/default.robot | Resource | resources/libraries/robot/shared/interfaces.robot | Library | resources.libraries.python.DMM.SetupDMMTest +| Library | resources.libraries.python.DMM.SingleCliSer | Suite Setup | Setup DMM Test | ${nodes} +| Suite Teardown | Archive DMM logs | ${nodes['DUT1']} | ${nodes['DUT2']}
\ No newline at end of file |