Lines Matching refs:ubman
19 def test_fs1(self, ubman, fs_obj_basic): argument
24 with ubman.log.section('Test Case 1a - ls'):
26 output = ubman.run_command_list([
32 with ubman.log.section('Test Case 1b - ls (invalid dir)'):
34 output = ubman.run_command(
38 with ubman.log.section('Test Case 1c - test -e'):
40 output = ubman.run_command_list([
45 with ubman.log.section('Test Case 1d - test -e (invalid file)'):
47 output = ubman.run_command(
51 def test_fs2(self, ubman, fs_obj_basic): argument
56 with ubman.log.section('Test Case 2a - size (small)'):
59 output = ubman.run_command_list([
66 with ubman.log.section('Test Case 2b - size (/../<file>)'):
68 output = ubman.run_command_list([
74 def test_fs3(self, ubman, fs_obj_basic): argument
79 with ubman.log.section('Test Case 3 - size (large)'):
82 output = ubman.run_command_list([
89 def test_fs4(self, ubman, fs_obj_basic): argument
94 with ubman.log.section('Test Case 4 - load (small)'):
96 output = ubman.run_command_list([
103 output = ubman.run_command_list([
108 def test_fs5(self, ubman, fs_obj_basic): argument
113 with ubman.log.section('Test Case 5 - load (first 1MB)'):
115 output = ubman.run_command_list([
122 output = ubman.run_command_list([
127 def test_fs6(self, ubman, fs_obj_basic): argument
132 with ubman.log.section('Test Case 6 - load (last 1MB)'):
135 output = ubman.run_command_list([
143 output = ubman.run_command_list([
148 def test_fs7(self, ubman, fs_obj_basic): argument
153 with ubman.log.section('Test Case 7 - load (last 1MB in 2GB)'):
156 output = ubman.run_command_list([
164 output = ubman.run_command_list([
169 def test_fs8(self, ubman, fs_obj_basic): argument
174 with ubman.log.section('Test Case 8 - load (first 1MB in 2GB)'):
177 output = ubman.run_command_list([
185 output = ubman.run_command_list([
190 def test_fs9(self, ubman, fs_obj_basic): argument
195 with ubman.log.section('Test Case 9 - load (crossing 2GB boundary)'):
198 output = ubman.run_command_list([
206 output = ubman.run_command_list([
211 def test_fs10(self, ubman, fs_obj_basic): argument
216 with ubman.log.section('Test Case 10 - load (beyond file end)'):
219 output = ubman.run_command_list([
228 def test_fs11(self, ubman, fs_obj_basic): argument
233 with ubman.log.section('Test Case 11 - write'):
237 output = ubman.run_command_list([
246 output = ubman.run_command_list([
253 def test_fs12(self, ubman, fs_obj_basic): argument
258 with ubman.log.section('Test Case 12 - write (".")'):
263 output = ubman.run_command_list([
270 def test_fs13(self, ubman, fs_obj_basic): argument
275 with ubman.log.section('Test Case 13 - write ("./<file>")'):
279 output = ubman.run_command_list([
288 output = ubman.run_command_list([
297 output = ubman.run_command_list([