diff options
author | Gary Wu <gwu@futurewei.com> | 2019-06-03 21:49:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-03 21:49:25 +0000 |
commit | fffb18083b967e82c2dcb746a1fd51961500ddbe (patch) | |
tree | eefc8c7500880df3c354be61fdb3218d63b41225 /tests | |
parent | 1b1c869dd3239bc977f62e2f09dada17a15d2c72 (diff) | |
parent | 801032e3d492bf17dca0a4fdeb32b64804310980 (diff) |
Merge "we dont use these libraries so removing them"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/policy/engine/policy_interface.robot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/policy/engine/policy_interface.robot b/tests/policy/engine/policy_interface.robot index 745f7817..da7fdd87 100644 --- a/tests/policy/engine/policy_interface.robot +++ b/tests/policy/engine/policy_interface.robot @@ -1,11 +1,7 @@ *** Settings *** Documentation The main interface for interacting with Policy. It handles low level stuff like managing the http request library and Policy required fields -Library eteutils/RequestsClientCert.py -#Library RequestsClientCert Library RequestsLibrary Library String -Library eteutils/JSONUtils.py -#Library JSONUtils Library Collections Resource global_properties.robot |