Trivial: Fix wrong comment in power state test

In test_node_set_power_state(), it sets the node
power state to "off", but the comment says it sets
to "on". So fix the comment.

Change-Id: Ibbce58cddb4a020eaf708b26105d2d664517395e
This commit is contained in:
Tang Chen 2016-07-18 14:25:29 +08:00
parent 3cb15ace36
commit 8c09e4e3dc
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class NodeSanityTestIronicClient(base.FunctionalTestBase):
1) create node 1) create node
2) check that power state is None 2) check that power state is None
3) set power state to On 3) set power state to 'off'
4) check that power state has been changed successfully 4) check that power state has been changed successfully
""" """
node_show = self.show_node(self.node['uuid']) node_show = self.show_node(self.node['uuid'])