diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-03-27 11:54:53 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-03-27 11:55:13 -0400 |
commit | f1e95cd95c05be145c3fde9f08404724937edf49 (patch) | |
tree | 9b189af4508a2450dc92132e761beebed18ec168 /test/policy | |
parent | 4de3bb8c9f62f15d6aeb965f9d4c47edb7efd2e9 (diff) |
Updates to address new HPA policies
Issue-ID: OPTFRA-100
Change-Id: Iaff7b50dc5394546cc46591bef9b054cd6cde792
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'test/policy')
-rw-r--r-- | test/policy/test_policy_interface.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/policy/test_policy_interface.py b/test/policy/test_policy_interface.py index 5dc75c3..4f1efcf 100644 --- a/test/policy/test_policy_interface.py +++ b/test/policy/test_policy_interface.py @@ -51,10 +51,6 @@ class TestPolicyInterface(unittest.TestCase): def tearDown(self): pass - def test_gen_demands(self): - res = tr.gen_demands(self.request_json, self.policies) - assert res is not None - def test_get_by_name(self): pol.get_by_name(mock.MagicMock(), self.valid_policies_files[0]) |