示例#1
0
    def setUpClass(cls):
        cls.name = "Scenes"

        cls.mod_name1 = "downscale"
        cls.mod_name2 = "snapshot"

        cls.module1 = Helper.start_module(cls.mod_name1)
        cls.module2 = Helper.start_module(cls.mod_name2)

        print "[" + cls.name + "] Starting Tests."
        Helper.show_running_modules(cls.name)
示例#2
0
    def setUpClass(cls):
        cls.name = "Scenes"

        cls.mod_name1 = "downscale"
        cls.mod_name2 = "snapshot"

        cls.module1 = Helper.start_module(cls.mod_name1)
        cls.module2 = Helper.start_module(cls.mod_name2)

        print "[" + cls.name + "] Starting Tests."
        Helper.show_running_modules(cls.name)
示例#3
0
    def setUpClass(cls):
        cls.name = "stream"

        cls.module = Helper.start_module(cls.name)
        print "[" + cls.name + "] Starting Tests."
        Helper.show_running_modules(cls.name)
示例#4
0
 def setUpClass(cls):
     cls.name = "snapshot"
     cls.module = Helper.start_module(cls.name)
     print "[" + cls.name + "] Starting Tests."
     Helper.show_running_modules(cls.name)
示例#5
0
 def setUpClass(cls):
     cls.name = "Module"
     cls.mod_name = "motiondetect"
     cls.module = Helper.start_module(cls.mod_name)
     print "[" + cls.name + "] Starting Tests."
     Helper.show_running_modules(cls.name)
示例#6
0
 def setUpClass(cls):
     cls.name = "NAMEHERE"  # Insert Name <---------------------------------------------------------------------------
     cls.module = Helper.start_module(cls.name)
     print "[" + cls.name + "] Starting Tests."
     Helper.show_running_modules(cls.name)
示例#7
0
 def setUpClass(cls):
     cls.name = "NAMEHERE"  # Insert Name <---------------------------------------------------------------------------
     cls.module = Helper.start_module(cls.name)
     print "[" + cls.name + "] Starting Tests."
     Helper.show_running_modules(cls.name)
示例#8
0
 def setUpClass(cls):
     cls.name = "Module"
     cls.mod_name = "motiondetect"
     cls.module = Helper.start_module(cls.mod_name)
     print "[" + cls.name + "] Starting Tests."
     Helper.show_running_modules(cls.name)