forked from Imagelibrary/rtems
27 lines
588 B
Plaintext
27 lines
588 B
Plaintext
# COPYRIGHT (c) 2014.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
# Cynthia Rempel <cynthia@rtems.org>
|
|
# The license and distribution terms for this file may be
|
|
# found in the file LICENSE in this distribution or at
|
|
# http://www.rtems.org/license/LICENSE.
|
|
#
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: flashdisk01
|
|
|
|
directives:
|
|
+ close
|
|
+ ioctl
|
|
+ mkdir
|
|
+ mknod
|
|
+ mount
|
|
+ mount_and_make_target_path
|
|
+ open
|
|
+ rtems_rfs_format
|
|
+ unmount
|
|
|
|
concepts:
|
|
+ tests whether a flash filesystem can be mounted and unmounted
|
|
|
|
|