Need test cases for container methods in conductor rpcapi

Bug #1478682 reported by Alberto Gireud
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Magnum
Fix Released
Undecided
Alberto Gireud

Bug Description

Below is the list of container methods that need test coverage.

magnum/conductor/api.py: def container_create(self, name, container_uuid, container),
magnum/conductor/api.py: def container_delete(self, container_uuid),
magnum/conductor/api.py: def container_show(self, container_uuid),
magnum/conductor/api.py: def container_reboot(self, container_uuid),
magnum/conductor/api.py: def container_stop(self, container_uuid),
magnum/conductor/api.py: def container_start(self, container_uuid),
magnum/conductor/api.py: def container_pause(self, container_uuid),
magnum/conductor/api.py: def container_unpause(self, container_uuid),
magnum/conductor/api.py: def container_logs(self, container_uuid),
magnum/conductor/api.py: def container_exec(self, container_uuid, command)

Alberto Gireud (agireud)
Changed in magnum:
assignee: nobody → Alberto Gireud (agireud)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to magnum (master)

Reviewed: https://review.openstack.org/205783
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=74a91da31e9683c098bbe40dda60d8fe7ac15929
Submitter: Jenkins
Branch: master

commit 74a91da31e9683c098bbe40dda60d8fe7ac15929
Author: Alberto Gireud <email address hidden>
Date: Sun Jul 26 01:00:04 2015 -0500

    Add tests for rpcapi container methods

    container_* methods in magnum/conductor/api.py were not covered

    Closes-Bug: #1478682
    Change-Id: I78b0fe9559bb85b798a19c997a5ff296495df3fb

Changed in magnum:
status: New → Fix Committed
Adrian Otto (aotto)
Changed in magnum:
milestone: none → mitaka-1
status: Fix Committed → Fix Released
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.