initial project setup.
This commit is contained in:
0
test/__init__.py
Normal file
0
test/__init__.py
Normal file
9
test/test_single_boot.py
Normal file
9
test/test_single_boot.py
Normal file
@ -0,0 +1,9 @@
|
||||
"""Tests for single server boot ups."""
|
||||
|
||||
from unittest import TestCase
|
||||
|
||||
class SingleBootTC(TestCase):
|
||||
"""Test single server boot up."""
|
||||
|
||||
def test_default_boot(self):
|
||||
"Are the default settings available?"""
|
Reference in New Issue
Block a user