summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevasquez <eric.vasquez@calxeda.com>2013-08-26 11:52:21 -0500
committerevasquez <eric.vasquez@calxeda.com>2013-08-26 11:52:21 -0500
commitc96663d8ede8166dd501f01a0c06befa7d733c1a (patch)
treef4f8c36e27c2bbe1c2e4c3742a45a88017cec1e6
parent6b9b7f43636d5cd584ef0d1c26d8943baea677ba (diff)
downloadcxmanage-c96663d8ede8166dd501f01a0c06befa7d733c1a.tar.gz
nojira: formatted code.
-rw-r--r--cxmanage_test/node_test.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/cxmanage_test/node_test.py b/cxmanage_test/node_test.py
index d46dabd..b1ec34a 100644
--- a/cxmanage_test/node_test.py
+++ b/cxmanage_test/node_test.py
@@ -1,3 +1,6 @@
+"""Unit tests for the Node class."""
+
+
# Copyright (c) 2012, Calxeda Inc.
#
# All rights reserved.
@@ -27,7 +30,6 @@
# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
# DAMAGE.
-"""Unit tests for the Node class."""
import random
@@ -626,7 +628,7 @@ class DummyBMC(LanBMC):
self.type = "TestBoard"
self.revision = "0"
return Result()
-
+
node_count = 0
def fabric_get_node_id(self):
self.executed.append('get_node_id')