示例#1
0
 def test_softwareupdater_flash_with_device_n(self):
     sw_updater = FlasherPluginBase(device_n=1)
     sw_updater.flash(image_path="image1", content_image_path="image2")
示例#2
0
 def test_softwareupdater_flash_with_ip_options(self):
     sw_updater = FlasherPluginBase(host_ip="192.168.2.14", device_ip="192.168.2.15")
     sw_updater.flash(image_path="image1", content_image_path="image2")
示例#3
0
 def test_softwareupdater_flash(self):
     sw_updater = FlasherPluginBase()
     sw_updater.flash("image1", "image2")
示例#4
0
 def test_softwareupdater_flash_with_device_n(self):
     sw_updater = FlasherPluginBase(device_n=1)
     sw_updater.flash(image_path="image1", content_image_path="image2")
示例#5
0
 def test_softwareupdater_flash_with_ip_options(self):
     sw_updater = FlasherPluginBase(host_ip="192.168.2.14",
                                    device_ip="192.168.2.15")
     sw_updater.flash(image_path="image1", content_image_path="image2")
示例#6
0
 def test_softwareupdater_flash(self):
     sw_updater = FlasherPluginBase()
     sw_updater.flash("image1", "image2")