heat-translator/translator/hot/tosca/tests
Yasufumi Ogawa 65dfa754e2 Fix unittest for auto scaling
This update is to fix failures in unittests below.

* `custom_def` in Policy class was changed from str to dict in
  tosca-parser. This arg isn't interested in the test, so it's replaced
  with empty dict.

* Fix unsafe yaml loader with `yamf.safe_load`.

It also removes nouse pip packages which cause failures while
resovlving dependencies, and some tiny refactoring.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Change-Id: I8ae60a4ae9f139073f05ec0f99fa82c8bb24ee50
2022-03-16 01:01:23 +09:00
..
__init__.py checking input parameter not None before accessing 2015-03-24 02:29:49 +00:00
test_tosca_autoscaling.py Fix unittest for auto scaling 2022-03-16 01:01:23 +09:00
test_tosca_blockstorage.py Enable Translator with new TOSCA library (2) 2015-09-02 18:47:39 -07:00
test_tosca_compute.py Use unittest.mock instead of third party mock 2020-04-18 16:09:09 -05:00
test_tosca_floatingip.py Assign floating IP to the vdu 2017-03-17 15:23:16 +05:30
test_tosca_objectstore.py Enable Translator with new TOSCA library (2) 2015-09-02 18:47:39 -07:00
test_tosca_policies.py Fix ToscaPolicies overwrites scheduler_hints 2019-07-10 11:46:20 +09:00