diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-03-27 15:02:46 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-03-27 15:16:29 -0400 |
commit | ca43ea7c87abbcaa71617de50598449ff5ff007c (patch) | |
tree | 072f8ed4673d14a042646107e564d0143902caf1 /test/test_process_placement_opt.py | |
parent | a775ec8b904a0ea7ed863726ffe7f7d9b363d47a (diff) |
Updated the conductor adaptor
Updated the conductor adaptor code.
Issue-ID: OPTFRA-207
Change-Id: I41bd6f2e39bc5ca6d2d27539772175363590416f
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'test/test_process_placement_opt.py')
-rw-r--r-- | test/test_process_placement_opt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_process_placement_opt.py b/test/test_process_placement_opt.py index 01be17d..e5dc65e 100644 --- a/test/test_process_placement_opt.py +++ b/test/test_process_placement_opt.py @@ -59,7 +59,7 @@ class TestProcessPlacementOpt(unittest.TestCase): request_json = json_from_file(parameter_data_file) policies = [json_from_file(policy_data_path + '/' + name) for name in valid_policies_files] local_config = yaml_from_file(local_config_file) - templ_string = process_placement_opt(request_json, policies, local_config, []) + templ_string = process_placement_opt(request_json, policies, local_config) if __name__ == "__main__": |