xref: /aosp_15_r20/test/dittosuite/example/resize_file_random.ditto (revision 6fa2df46f119dce7527f5beb2814eca0e6f886ac)
1main: {
2  instruction_set: {
3    instructions: [
4      {
5        open_file: {
6          path_name: "newfile2.txt",
7          output_fd: "test_file"
8        }
9      },
10      {
11        resize_file_random: {
12          input_fd: "test_file",
13          min: 0,
14          max: 1048576
15        }
16      },
17      {
18        close_file: {
19          input_fd: "test_file"
20        }
21      }
22    ]
23  }
24},
25global {
26  absolute_path: "";
27}
28