Activity log for bug #1712654

Date Who What changed Old value New value Message
2017-08-23 19:09:38 Corey Bryant bug added bug
2017-08-23 19:09:48 Corey Bryant description I'm seeing the following failures when running tests for neutron-lbaas-dashboard 3.0.0.0rc1 for Pike: http://paste.ubuntu.com/25378209/ The failures revolve around this error message, which is possibly prevents the dashboard from working for Pike, though I've not yet tested: "NotImplementedError: The DisableLoadBalancer BatchAction class must have both action_past and action_present methods." In Ubuntu, when we build dashboard packages, we set DJANGO_SETTINGS_MODULE when running tests. For example, for neutron-lbaas-dashboard we set it to DJANGO_SETTINGS_MODULE=neutron_lbaas_dashboard.tests.settings. To test this you can apply the following patch and then run py27 tests with tox (tox -e py27): http://paste.ubuntu.com/25378201/ I'm seeing the following failures when running tests for neutron-lbaas-dashboard 3.0.0.0rc1 for Pike: http://paste.ubuntu.com/25378209/ The failures revolve around this error message, which possibly prevents the dashboard from working for Pike, though I've not yet tested: "NotImplementedError: The DisableLoadBalancer BatchAction class must have both action_past and action_present methods." In Ubuntu, when we build dashboard packages, we set DJANGO_SETTINGS_MODULE when running tests. For example, for neutron-lbaas-dashboard we set it to DJANGO_SETTINGS_MODULE=neutron_lbaas_dashboard.tests.settings. To test this you can apply the following patch and then run py27 tests with tox (tox -e py27): http://paste.ubuntu.com/25378201/
2017-08-23 19:25:43 Corey Bryant summary test failures if DJANGO_SETTINGS_MODULE=neutron_lbaas_dashboard.tests.settings The DisableLoadBalancer BatchAction class must have both action_past and action_present methods
2017-08-25 15:46:11 Michael Johnson neutron-lbaas-dashboard: status New Incomplete