summaryrefslogtreecommitdiffstats
path: root/test/test-requirements.txt
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-09-14 11:29:39 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-09-14 11:39:31 -0700
commit11dbe76c38a9628fec4072a3b520ed02b3ccfac2 (patch)
treed581ade99d42ed8f6b3590ae6c861c34d7842e46 /test/test-requirements.txt
parent3ab841597bd7fbfa4de41791c9d7e6335c8afeb9 (diff)
Secret Management Service feature
Added supporting library required for enabling SMS integration. Added Unit tests and manual tests for store/retrieve/delete secrets. Added AAF cacert, preload_secrets config for testing. Integration with application NOT Done in this patch. Change-Id: Ic2be41f825b327064127fbf83f9e1057a68f19c2 Issue-ID: OPTFRA-343 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'test/test-requirements.txt')
-rw-r--r--test/test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-requirements.txt b/test/test-requirements.txt
index b16a37e..043d87a 100644
--- a/test/test-requirements.txt
+++ b/test/test-requirements.txt
@@ -2,3 +2,4 @@ coverage
moto
pytest
pytest-tap
+requests-mock