From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=This testcase is meant to verify that passwordless sudo is enabled for the 'fedora' user after booting a cloud image. |setup= # Boot a cloud image...") |
No edit summary |
||
Line 5: | Line 5: | ||
# Or launch an instance in a cloud provider | # Or launch an instance in a cloud provider | ||
|actions= | |actions= | ||
# ssh into the booted image with the | # ssh into the booted image with the username 'fedora' and either the ssh-key (on EC2 for instance) or password provided in user-data (when running locally) | ||
# Attempt to run commands with sudo | # Attempt to run commands with sudo | ||
|results= | |results= |
Latest revision as of 20:58, 11 July 2014
Description
This testcase is meant to verify that passwordless sudo is enabled for the 'fedora' user after booting a cloud image.
Setup
- Boot a cloud image locally
- Or launch an instance in a cloud provider
How to test
- ssh into the booted image with the username 'fedora' and either the ssh-key (on EC2 for instance) or password provided in user-data (when running locally)
- Attempt to run commands with sudo
Expected Results
- Should be able to connect to booted image and run commands with sudo
- User should not be prompted for a password when using sudo