Firmware
Functions | Variables
test_mount.c File Reference

Device mount / unmount stress test. More...

#include <px4_config.h>
#include <px4_posix.h>
#include <px4_tasks.h>
#include <sys/stat.h>
#include <dirent.h>
#include <stdio.h>
#include <stddef.h>
#include <systemlib/err.h>
#include <perf/perf_counter.h>
#include <string.h>
#include <drivers/drv_hrt.h>
#include "tests_main.h"

Functions

int test_mount (int argc, char *argv[])
 

Variables

const int fsync_tries = 1
 
const int abort_tries = 10
 

Detailed Description

Device mount / unmount stress test.

Author
Lorenz Meier lm@in.nosp@m.f.et.nosp@m.hz.ch