Lines Matching refs:Entry
5 # Test for the Entry class
26 """Test that we can import Entry subclassess successfully"""
29 global entry
30 import entry
31 entry.Entry.Create(None, self.GetNode(), 'u-boot')
35 global entry
36 reload(entry)
37 entry.Entry.Create(None, self.GetNode(), 'u-boot-spl')
39 del entry
42 """Test the Entry bass class"""
43 import entry
44 base_entry = entry.Entry(None, None, None, read_node=False)
48 """Test that unknown entry types are detected"""
49 import entry
53 entry.Entry.Create(None, node, node.name)
54 self.assertIn("Unknown entry type 'invalid-name' in node "