Commit 2392fbcc authored by Yusei Tahara's avatar Yusei Tahara

Mark three tests as expected failure. To filter by category with full...

Mark three tests as expected failure. To filter by category with full inventory document does not work.
parent 62b17262
...@@ -2765,6 +2765,7 @@ class TestInventoryDocument(InventoryAPITestCase): ...@@ -2765,6 +2765,7 @@ class TestInventoryDocument(InventoryAPITestCase):
optimisation__=False, optimisation__=False,
mirror_uid=self.mirror_node.getUid())]) mirror_uid=self.mirror_node.getUid())])
@expectedFailure
def test_ResourceCategory(self): def test_ResourceCategory(self):
"""Make sure that resource category works when full inventory exists.""" """Make sure that resource category works when full inventory exists."""
# In this test we do not need doucments made by afterSetUp. # In this test we do not need doucments made by afterSetUp.
...@@ -2781,6 +2782,7 @@ class TestInventoryDocument(InventoryAPITestCase): ...@@ -2781,6 +2782,7 @@ class TestInventoryDocument(InventoryAPITestCase):
resource_category='product_line/level1', resource_category='product_line/level1',
optimisation__=True)) optimisation__=True))
@expectedFailure
def test_SectionCategory(self): def test_SectionCategory(self):
"""Make sure that section category works when full inventory exists.""" """Make sure that section category works when full inventory exists."""
# In this test we do not need doucments made by afterSetUp. # In this test we do not need doucments made by afterSetUp.
...@@ -2794,6 +2796,7 @@ class TestInventoryDocument(InventoryAPITestCase): ...@@ -2794,6 +2796,7 @@ class TestInventoryDocument(InventoryAPITestCase):
section_category='group/level1/level2', section_category='group/level1/level2',
optimisation__=True)) optimisation__=True))
@expectedFailure
def test_NodeCategory(self): def test_NodeCategory(self):
# In this test we do not need doucments made by afterSetUp. # In this test we do not need doucments made by afterSetUp.
self.clearAllInventoryAndSetUpTwoInventory() self.clearAllInventoryAndSetUpTwoInventory()
......
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