heatclient traces in tests

Bug #1415864 reported by Matthias Runge
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
High
Unassigned

Bug Description

.......................................................................................................................DEBUG:heatclient.common.http:curl -i -X GET -H 'X-Auth-Token: {SHA1}8f1ba6b3ebedb0be5cc7985232f405ef1826c2b2' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'User-Agent: python-heatclient' http://public.heat.example.com:8004/v1/stacks?sort_dir=desc&sort_key=created_at&limit=21
..........DEBUG:heatclient.common.http:curl -i -X GET -H 'X-Auth-Token: {SHA1}8f1ba6b3ebedb0be5cc7985232f405ef1826c2b2' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'User-Agent: python-heatclient' http://public.heat.example.com:8004/v1/stacks?sort_dir=desc&sort_key=created_at&limit=21
.DEBUG:heatclient.common.http:curl -i -X GET -H 'X-Auth-Token: {SHA1}8f1ba6b3ebedb0be5cc7985232f405ef1826c2b2' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'User-Agent: python-heatclient' http://public.heat.example.com:8004/v1/stacks?sort_dir=desc&sort_key=created_at&limit=21
................................................................................

In github checkout from 2015-01-29

This must have been introduced recently.

Matthias Runge (mrunge)
Changed in horizon:
milestone: none → kilo-2
importance: Undecided → High
Revision history for this message
Wu Wenxiang (wu-wenxiang) wrote :

duplicate with Bug #1415470

Changed in horizon:
assignee: nobody → Wu Wenxiang (wu-wenxiang)
David Lyle (david-lyle)
Changed in horizon:
milestone: kilo-2 → kilo-3
Changed in horizon:
status: New → Confirmed
Revision history for this message
Wu Wenxiang (wu-wenxiang) wrote :

openstack_dashboard/dashboards/project/stacks/tests.py

     def test_check_stack(self):
         stack = self.stacks.first()
         form_data = {"action": "stacks__check__%s" % stack.id}
         res = self.client.post(INDEX_URL, form_data)

         self.assertNoFormErrors(res)
         self.assertRedirectsNoFollow(res, INDEX_URL)

     def test_suspend_stack(self):
         stack = self.stacks.first()
         form_data = {"action": "stacks__suspend__%s" % stack.id}
         res = self.client.post(INDEX_URL, form_data)

         self.assertNoFormErrors(res)
         self.assertRedirectsNoFollow(res, INDEX_URL)

     def test_resume_stack(self):
         stack = self.stacks.first()
         form_data = {"action": "stacks__resume__%s" % stack.id}
         res = self.client.post(INDEX_URL, form_data)

         self.assertNoFormErrors(res)
         self.assertRedirectsNoFollow(res, INDEX_URL)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/154360

Changed in horizon:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on horizon (master)

Change abandoned by Wu Wenxiang (wu.wenxiang@99cloud.net) on branch: master
Review: https://review.openstack.org/154360
Reason: OK, mock fix

Thierry Carrez (ttx)
Changed in horizon:
milestone: kilo-3 → kilo-rc1
David Lyle (david-lyle)
Changed in horizon:
status: In Progress → Confirmed
milestone: kilo-rc1 → next
Revision history for this message
Rob Cresswell (robcresswell-deactivatedaccount) wrote :

Addressed byhttps://review.openstack.org/#/c/154929/

Changed in horizon:
status: Confirmed → Fix Released
Changed in horizon:
milestone: next → none
assignee: Wu Wenxiang (wu-wenxiang) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.