From 11dbe76c38a9628fec4072a3b520ed02b3ccfac2 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Fri, 14 Sep 2018 11:29:39 -0700 Subject: 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 --- test/test-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test-requirements.txt') 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 -- cgit 1.2.3-korg