lars
c35e204a7b
changed warning/success message system to a new style unified design of "hints" in form interfaces fixed small bugs in "network" and "partition" plugin interfaces "partition" and "disks" plugins: show blockdevice size during device selection german translation for "disks" plugin added
9 lines
227 B
Python
9 lines
227 B
Python
import WebInterfaceTestClass
|
|
|
|
class unittests(WebInterfaceTestClass.WebInterfaceTestClass):
|
|
|
|
def test_read_form(self):
|
|
'''display all devices'''
|
|
self.cmd.go(self.URL + "plugins/disks?weblang=en")
|
|
self.cmd.find("Disks")
|
|
|