tacker/tacker/tests/unit
Keiko Kuriu b320839d73 Delete test_create_vnffg_pre() for Python3 unittest
In Python3 test, the test "test_create_vnffg_pre()" affects
other tests regarding mocked "__new__" part.
Because most part of this test are covered in
test_create_vnffg_abstract_types(), this test should be deleted.

Change-Id: Icf118cbb3e9dda745248cedbe16a6d4a0be1569f
2019-10-17 16:51:39 +09:00
..
agent Python3 support 2019-02-25 15:11:47 +00:00
api python2/3 cmpatible sorted function 2019-09-05 12:57:40 +09:00
cmd Add framework for tacker-status upgrade check 2018-10-26 09:07:04 +00:00
common Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
conductor Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
db Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
extensions Python3 support 2019-02-25 15:11:47 +00:00
hacking Refactoring UT directories 2018-11-12 13:13:39 +00:00
keymgr Refactoring UT directories 2018-11-12 13:13:39 +00:00
mistral Refactoring UT directories 2018-11-12 13:13:39 +00:00
nfvo Delete test_create_vnffg_pre() for Python3 unittest 2019-10-17 16:51:39 +09:00
objects Add versioned objects for vnf packages 2019-09-18 12:24:39 +00:00
plugins Refactoring UT directories 2018-11-12 13:13:39 +00:00
services Refactoring UT directories 2018-11-12 13:13:39 +00:00
tests Refactoring UT directories 2018-11-12 13:13:39 +00:00
tosca Refactoring UT directories 2018-11-12 13:13:39 +00:00
vnfm Merge "Fix: VNF update_wait always raise exception" 2019-09-26 01:58:49 +00:00
vnfpkgm Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
__init__.py Add versioned objects for vnf packages 2019-09-18 12:24:39 +00:00
_test_rootwrap_exec.py Recover some file permissions 2016-07-20 22:56:09 +00:00
base.py Remove deprecation warning messages 2019-09-20 12:27:06 +05:30
database_stubs.py Use oslo log and oslo concurrency 2016-06-03 11:38:36 +08:00
extension_stubs.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
fake_request.py Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
fixtures.py Remove deprecation warning messages 2019-09-20 12:27:06 +05:30
test_alarm_receiver.py Python3 support 2019-02-25 15:11:47 +00:00
test_auth.py Enable UT test_auth.py 2018-11-15 00:19:49 +08:00
test_context.py Remove deprecation warning messages 2019-09-20 12:27:06 +05:30
test_policy.py Using assertFalse(A) instead of assertEqual(False, A) 2017-06-28 11:49:37 +07:00
test_wsgi.py Add vnfpkgm api support 2019-09-18 09:33:57 +00:00
testlib_api.py Add __ne__ built-in function 2016-11-16 15:40:42 +08:00