From Fedora Project Wiki

Revision as of 10:37, 5 May 2016 by Trishnag (talk | contribs) (Created page with "{{QA/Test_Case |description=We going to test for basic filesystem permission. |setup=Test this on Atomic Image and Base Image. |actions= Be as specific as required for the tar...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

We going to test for basic filesystem permission.

Setup

Test this on Atomic Image and Base Image.

How to test

Be as specific as required for the target audience.

  1. ssh into an instance.
  2. Next we will determine permission of /tmp dir.
  $ stat -L -c '%a' /tmp

Expected Results

The following must be true to consider this a successful test run.

  1. Step #1 You should be able to login to an instance.
  2. Step #2 should return 1777 like this:
 $ stat -L -c '%a' /tmp
 1777

Optional

Optionally provide hints for exploratory testing.