Renamed test classes

Change-Id: I9e0a4c1997e576ff30d1be932634576c3480f5df
This commit is contained in:
aviau 2014-08-21 16:18:56 -04:00
parent 09dd47b37e
commit 3739236edd
3 changed files with 5 additions and 5 deletions

View File

@ -18,10 +18,10 @@ import json
from surveil.tests.api import functionalTest
class TestRootController(functionalTest.FunctionalTest):
class TestCommandController(functionalTest.FunctionalTest):
def setUp(self):
super(TestRootController, self).setUp()
super(TestCommandController, self).setUp()
self.commands = [
{u"command_name": u"check_test1",
u"command_line": u"/test/test1/test.py"},

View File

@ -15,7 +15,7 @@
from surveil.tests.api import functionalTest
class TestRootController(functionalTest.FunctionalTest):
class TestHelloController(functionalTest.FunctionalTest):
def test_get(self):
response = self.app.get('/v1/hello')

View File

@ -18,10 +18,10 @@ import json
from surveil.tests.api import functionalTest
class TestRootController(functionalTest.FunctionalTest):
class TestHostController(functionalTest.FunctionalTest):
def setUp(self):
super(TestRootController, self).setUp()
super(TestHostController, self).setUp()
self.hosts = [
{
"host_name": "bogus-router", "address": "192.168.1.254",