summaryrefslogtreecommitdiffstats
path: root/conductor/test-requirements.txt
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-09-15 11:05:19 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-09-15 16:42:14 -0700
commit69d5fbb7b4bbf234f38542bca6134f167b929aa8 (patch)
tree0c53a80819c4900860d3419d7db4ca1307748755 /conductor/test-requirements.txt
parentb3c8241bfeebac1a7e1fd99091e89fab514973c2 (diff)
Secret Management Service feature
Added supporting library required for enabling SMS integration. Added Unit tests and manual tests for store/retrieve/delete secrets. Updated conductor.conf with aaf_sms group. Added preload_secrets config for testing. Integration with application NOT Done in this patch. Change-Id: Idf7e4249a88a39c586d893226a9110e9d5180787 Issue-ID: OPTFRA-345 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'conductor/test-requirements.txt')
-rw-r--r--conductor/test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/conductor/test-requirements.txt b/conductor/test-requirements.txt
index c0e68d0..7466c9d 100644
--- a/conductor/test-requirements.txt
+++ b/conductor/test-requirements.txt
@@ -18,3 +18,4 @@ os-testr>=1.0.0 # Apache-2.0
tempest>=11.0.0 # Apache-2.0
pifpaf>=0.0.11
junitxml>=0.7
+requests-mock>=1.5.2