10 lines
222 B
Python
10 lines
222 B
Python
|
"""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?"""
|