horizon/openstack_dashboard/dashboards/project/cg_snapshots
Akihiro Motoki f8150ab4cc Convert project tests into mock: cgroups/cg_snapshots
test_update_cgroup_add_vol/remove_vol tests were completely broken
as add/remove_vol operation is not a part of cgroup_update.
These tests are fixed to pass tests after mock migration.
I don't know why they passes before.

test_create_cgroup_from_snapshot* in CG snapshot tests was also
broken (redirect destination and method signature were wrong).
They are fixed as well though I am not sure why they passed.

Partially-Implements: blueprint mock-framework-in-unit-tests
Change-Id: I8fe53390da2f7c35a31e339306e7d1394bb36218
2018-03-05 06:46:19 +09:00
..
templates/cg_snapshots Delete instance,volume,etc confirmation is missing name or ID 2017-04-07 22:58:50 +00:00
__init__.py Move Consistency Group Snapshots out of Volumes panel 2017-03-06 15:50:02 +11:00
forms.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00
panel.py Use Cinder API v3 by default 2017-12-18 15:34:41 +02:00
tables.py Use Cinder API v3 by default 2017-12-18 15:34:41 +02:00
tabs.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00
tests.py Convert project tests into mock: cgroups/cg_snapshots 2018-03-05 06:46:19 +09:00
urls.py Move Consistency Group Snapshots out of Volumes panel 2017-03-06 15:50:02 +11:00
views.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00