Commit 5b800638 authored by Łukasz Nowak's avatar Łukasz Nowak

Usage report is not used on production system yet.

parent 9874385d
...@@ -32,6 +32,7 @@ from lxml import etree ...@@ -32,6 +32,7 @@ from lxml import etree
from slapos import slap from slapos import slap
from testVifibSlapWebService import TestVifibSlapWebServiceMixin from testVifibSlapWebService import TestVifibSlapWebServiceMixin
from Products.ERP5Type.tests.Sequence import SequenceList from Products.ERP5Type.tests.Sequence import SequenceList
from Products.ERP5Type.tests.backportUnittest import skip
def test_suite(): def test_suite():
suite = unittest.TestSuite() suite = unittest.TestSuite()
...@@ -312,6 +313,7 @@ class TestVifibUsageReport(TestVifibUsageReportMixin): ...@@ -312,6 +313,7 @@ class TestVifibUsageReport(TestVifibUsageReportMixin):
def getTitle(self): def getTitle(self):
return "testVifibUsageReport" return "testVifibUsageReport"
@skip('Ignored for now.')
def test_usageReportWithSinglePartition(self): def test_usageReportWithSinglePartition(self):
""" """
Checks if useComputer method of SlapTool is properly called one time. Checks if useComputer method of SlapTool is properly called one time.
...@@ -343,6 +345,7 @@ class TestVifibUsageReport(TestVifibUsageReportMixin): ...@@ -343,6 +345,7 @@ class TestVifibUsageReport(TestVifibUsageReportMixin):
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
sequence_list.play(self) sequence_list.play(self)
@skip('Ignored for now.')
def test_usageReportWithTwoPartitions(self): def test_usageReportWithTwoPartitions(self):
""" """
Checks if useComputer method of SlapTool is properly called two times. Checks if useComputer method of SlapTool is properly called two times.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment