From Fedora Project Wiki
Description
This test that /tmp is writable.
Setup
Test this in atomic image
How to test
Be as specific as required for the target audience.
- Boot the instance
- ssh into the instance
- Run the following command
$ cd /tmp
$ touch foo.txt
$ echo "Hello, World" > foo.txt
$ rm foo.txt
Expected Results
The following must be true to consider this a successful test run.
- All commands in step #4 should be executed without error
- Program completes with exit code 0