diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-01-30 18:06:23 +0100 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-01-30 18:06:28 +0100 |
commit | 0cfb9ae3a6bb38c32dffdcec5a12842cee9a3d91 (patch) | |
tree | 5ce69a8aad490691efab4f07215f4e41b40dc33c | |
parent | 82263f023487c1fc3e881f7a3f7050dda734a046 (diff) |
Import missing library to security tests
Keyword "Get File" is a part of "OperatingSystem" Library [1].
Credit to Morgan Richomme <morgan.richomme@orange.com> for detecting
this bug.
[1] https://robotframework.org/robotframework/latest/libraries/OperatingSystem.html#Get%20File
Issue-ID: SECCOM-261
Change-Id: I5a3dc93d06f9727c67549b11ebdc509c1192fd69
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
-rw-r--r-- | robot/testsuites/security.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/testsuites/security.robot b/robot/testsuites/security.robot index 089e12ed..442da47d 100644 --- a/robot/testsuites/security.robot +++ b/robot/testsuites/security.robot @@ -2,6 +2,7 @@ | Documentation | Security validation | | ... | This suite requires declaring ${ACTUAL_NODEPORTS_FILE} | | Default tags | security | +| Library | OperatingSystem | | Library | ONAPLibrary.JSON | *** Variables *** |