Run AAISIM using mountebank 87/114187/1
authorkrishnaa96 <krishna.moorthy6@wipro.com>
Fri, 23 Oct 2020 08:03:29 +0000 (13:33 +0530)
committerkrishnaa96 <krishna.moorthy6@wipro.com>
Fri, 23 Oct 2020 08:07:45 +0000 (13:37 +0530)
commit1b5963e491b665ecb99b8e42a116df4f452be50f
tree0fe3ccb05133b11d3ea6717db3744047dc304bec
parentb8ce22681bdff529644bbfaa40ed8c18370d685d
Run AAISIM using mountebank

Mountebank is an over the wire test double.
(http://www.mbtest.org/)
The AAI api for NSI and NSSI are the same. This
makes it difficult to create stub using exisiting
web server(web.py). So, lets move aaisim to more
flexible mock server

Issue-ID: OPTFRA-865
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I77c48fa3e491b3f73d1d5454625ffa27200f4751
conductor/conductor/tests/functional/simulators/aaisim/aai_imposter.jsont [new file with mode: 0644]
conductor/conductor/tests/functional/simulators/aaisim/responses/get_nsi_response.json [new file with mode: 0644]
conductor/conductor/tests/functional/simulators/aaisim/responses/get_nssi_response.json
conductor/conductor/tests/functional/simulators/imposter.py [new file with mode: 0644]
conductor/conductor/tests/functional/simulators/run_aaisim.sh