equal
deleted
inserted
replaced
350 ) |
350 ) |
351 sp.add_argument( |
351 sp.add_argument( |
352 '--distro', |
352 '--distro', |
353 help='Linux distribution to run tests on', |
353 help='Linux distribution to run tests on', |
354 choices=linux.DISTROS, |
354 choices=linux.DISTROS, |
355 default='debian9', |
355 default='debian10', |
356 ) |
356 ) |
357 sp.add_argument( |
357 sp.add_argument( |
358 '--filesystem', |
358 '--filesystem', |
359 help='Filesystem type to use', |
359 help='Filesystem type to use', |
360 choices={'btrfs', 'default', 'ext3', 'ext4', 'jfs', 'tmpfs', 'xfs'}, |
360 choices={'btrfs', 'default', 'ext3', 'ext4', 'jfs', 'tmpfs', 'xfs'}, |