From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description= Slave machines |setup= # Ensure that Jenkins is running. |actions= # TODO |results= # user shouldn't encounter any error messages or stacktraces...") |
No edit summary |
||
Line 4: | Line 4: | ||
|setup= | |setup= | ||
# Ensure that Jenkins is running. | # Ensure that Jenkins is running. | ||
# You will need virtual machine with SSH access for this test (or another physical machine) | |||
|actions= | |actions= | ||
# | # go to http://localhost:8080/computer/new | ||
# enter node name: "slave1" and select "Dumb Slave" option | |||
# click OK | |||
# set "Remote root directory" to "/tmp/jenkins" | |||
# make sure that "Launch method" is set to "Launch slave agents on Unix machines via SSH" | |||
# set "Host" to your VM's hostname/IP | |||
# click "Save" | |||
|results= | |results= | ||
# user shouldn't encounter any error messages or stacktraces, everything should work as described. | # user shouldn't encounter any error messages or stacktraces, everything should work as described. | ||
}} | }} |
Revision as of 07:46, 16 September 2014
Description
Slave machines
Setup
- Ensure that Jenkins is running.
- You will need virtual machine with SSH access for this test (or another physical machine)
How to test
- go to http://localhost:8080/computer/new
- enter node name: "slave1" and select "Dumb Slave" option
- click OK
- set "Remote root directory" to "/tmp/jenkins"
- make sure that "Launch method" is set to "Launch slave agents on Unix machines via SSH"
- set "Host" to your VM's hostname/IP
- click "Save"
Expected Results
- user shouldn't encounter any error messages or stacktraces, everything should work as described.