From Fedora Project Wiki

< QA‎ | Draft

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.

  1. Boot the instance
  2. ssh into the instance
  3. 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.

  1. All commands in step #4 should be executed without error
  2. Program completes with exit code 0