blob: ac6ebd04550eea046a6c762a65bfa69fc20e9e78 [file] [log] [blame]
main: {
instruction_set: {
instructions: [
{
instruction_open_file: {
path_name: "newfile2.txt",
output_fd: "test_file"
}
},
{
instruction_resize_file_random: {
input_fd: "test_file",
min: 0,
max: 1048576
}
},
{
instruction_close_file: {
input_fd: "test_file"
}
}
]
}
},
global {
absolute_path: "";
}