add AAF integration and AAF simulator 35/67135/5
authorFrank Sandoval <frank.sandoval@oamtechnologies.com>
Mon, 17 Sep 2018 21:50:04 +0000 (15:50 -0600)
committerIkram Ikramullah <ikram@research.att.com>
Fri, 21 Sep 2018 20:54:58 +0000 (16:54 -0400)
commit4f5bfd835c01ccc7b79d0bce048fe0684c6c945a
tree1d05e52fab3ec0a168849ade435a1cfa454e505c
parent4a4ffec30cf335fc7ea84daea95308ea454f2376
add AAF integration and AAF simulator

Patch (#3) addresses commentse
this patch fixes unit tests. Original commit added AAF permissions checks for HAS API

Issue-ID: OPTFRA-331

Change-Id: I69519beee31f57e4ac5188604d21805266a06074
Signed-off-by: Frank Sandoval <frank.sandoval@oamtechnologies.com>
14 files changed:
conductor/conductor/api/adapters/__init__.py [new file with mode: 0644]
conductor/conductor/api/adapters/aaf/__init__.py [new file with mode: 0644]
conductor/conductor/api/adapters/aaf/aaf_authentication.py [new file with mode: 0644]
conductor/conductor/api/controllers/v1/plans.py
conductor/conductor/tests/functional/simulators/aafsim/Dockerfile [new file with mode: 0755]
conductor/conductor/tests/functional/simulators/aafsim/aafsim.py [new file with mode: 0755]
conductor/conductor/tests/functional/simulators/aafsim/requirements.txt [new file with mode: 0755]
conductor/conductor/tests/functional/simulators/aafsim/responses/get_perms_user.json [new file with mode: 0644]
conductor/conductor/tests/functional/simulators/aafsim/responses/healthcheck.json [new file with mode: 0644]
conductor/conductor/tests/functional/simulators/build_aafsim.sh [new file with mode: 0755]
conductor/conductor/tests/functional/simulators/destroy_aafsim.sh [new file with mode: 0755]
conductor/conductor/tests/functional/simulators/run_aafsim.sh [new file with mode: 0755]
conductor/conductor/tests/unit/api/controller/v1/test_plans.py
conductor/requirements.txt