diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-03-28 14:27:53 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-03-28 14:29:57 -0400 |
commit | ad29f38cbcb164a7f328b26daf789dbff90deb98 (patch) | |
tree | 4074957d65fcbadee2fb2fad0aa71263b15c8a87 /test/test_ConductorApiBuilder.py | |
parent | cf5fe0f8b49f6f354a77fb28b56465a2e18e820d (diff) |
Update the SO sync and async responses.
Updated the sync and async responses and addes testcases related to policy adaptors.
Issue-ID: OPTFRA-208
Change-Id: Ia0f88df1b897b6158674f3c3a7ef239f2328dcfc
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'test/test_ConductorApiBuilder.py')
-rw-r--r-- | test/test_ConductorApiBuilder.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_ConductorApiBuilder.py b/test/test_ConductorApiBuilder.py index d13a6a5..f8683a3 100644 --- a/test/test_ConductorApiBuilder.py +++ b/test/test_ConductorApiBuilder.py @@ -39,7 +39,6 @@ class TestConductorApiBuilder(unittest.TestCase): self.request_json = json_from_file(parameter_data_file) self.policies = [json_from_file(policy_data_path + '/' + name) for name in valid_policies_files] - def test_conductor_api_call_builder(self): main_dir = self.main_dir conductor_api_template = main_dir + "osdf/templates/conductor_interface.json" # "osdf/templates/conductor_interface.json" |