Commit Graph

7 Commits

Author SHA1 Message Date
manchandavishal d17cae6e77 Fix gate failures by a new pycodestyle
pycodestyle 2.5.0 introduces E117 over-indented.
This commit fixes E117 errors.

Change-Id: I1e8fdfa95753bc144a987f989f93e75e95d94a30
2019-01-30 17:51:33 +05:30
Chuck Short fbbd58a459 Remove mox3 completely
The porting of mock is complete. This fullfills the
community goal
200~"Remove Use of mox/mox3 for Testing" set for Rocky:
https://governance.openstack.org/tc/goals/rocky/mox_removal.html

This commit does the following code:
- Remove dead code that was previously used by mox.
- Raise the requirement to the Rocky M2 relase of Horizon.
- Convert the clients to use mock.

Change-Id: I33521b4bc8e873d50b1d2390e544eea0923dca4f
Signed-off-by: Chuck Short <chucks@redhat.com>
2018-09-28 05:30:01 +00:00
Charles Short fccac60a97 Drop mox3 from ResourceTypesTests
Apart of the mox3 removal comunity goal.

Change-Id: I36a3bb836822e6b59f66ac51068a118f4fb4f4a4
Depends-On: Ibf41998cb154c5170e8038f5b2708c928b68b8b4
Signed-off-by: Charles Short <zulcss@gmail.com>
2018-06-08 09:39:10 +09:00
Akihiro Motoki aa19f2c5f1 Django 2.0 support
Co-Authored-By: Xinni Ge <xinni.ge1990@gmail.com>
Change-Id: I928156149f7152128e7cfa02d1d6c4849bd0e9a4
2018-06-06 20:34:24 +09:00
Keiichi Hikita 7201c1835f In future, Horizon team is planning to remove heat relevant logic like,
- Heat GUI part
- API wrapper client
- API rest endpoint creator (like api/rest/heat)

According to above changes, I've fixed all unittest
that can work without Heat relevant logic in Horizon.

Change-Id: I7b8c61275e1fef9e27a34d7e65693ee00d07110d
2017-11-16 10:01:17 +09:00
Keiichi Hikita 6e046521a0 update files by working files. 2017-10-06 14:44:50 +09:00
Keiichi Hikita ce9ca6e62b move files. 2017-10-06 14:42:23 +09:00