From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description=We are going to test root mount here. |setup=Test this on Atomic Image. |actions= Be as specific as required for the target audience. # ssh into a...")
 
No edit summary
 
Line 15: Line 15:
# Step #1 You should be able to login into an Atomic instance.
# Step #1 You should be able to login into an Atomic instance.
# Step #2 should complete with exit code 0.
# Step #2 should complete with exit code 0.
|optional=Optionally provide hints for exploratory testing.
}}
}}

Latest revision as of 10:44, 5 May 2016

Description

We are going to test root mount here.

Setup

Test this on Atomic Image.

How to test

Be as specific as required for the target audience.

  1. ssh into an Atomic instance.
  2. Next we will execute docker command to test root mount.
 $ docker run --rm -v /:/host busybox
 $ echo $?

Expected Results

The following must be true to consider this a successful test run. Be brief ... but explicit.

  1. Step #1 You should be able to login into an Atomic instance.
  2. Step #2 should complete with exit code 0.