From Fedora Project Wiki

< QA‎ | Draft

Revision as of 10:53, 5 May 2016 by Farhaan (talk | contribs) (/tmp test page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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