Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
572c66b7
Commit
572c66b7
authored
Oct 21, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a bit more info about tests to CONTRIBUTING
parent
3c6d9972
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
CONTRIBUTING.md
+5
-5
No files found.
CONTRIBUTING.md
View file @
572c66b7
...
...
@@ -52,13 +52,13 @@ We're not too strict on style considerations, but we require:
Testing Requirements
====================
Tests are run by "make tests". To run the tests you need the following:-
Automation tests are run by "make tests" and contain a mixture of integration and "unit" level tests. To run the tests you need the following:
*
nose must be installed - https://nose.readthedocs.org/en/latest/
*
ansible tests require paramiko, PyYAML
and json modules
*
The (optional) facter test requires facter to be installed
.
*
Your user environment should allow "ssh
myip" (where myip is your ip address)
without a password - so a key held in ssh-agent and an authori
s
ed_keys entry.
*
ansible tests require paramiko, PyYAML
python modules, and python 2.6+.
*
Some tests require additional components (facter, ohai) and will be skipped if not available
.
*
Your user environment should allow "ssh
127.0.0.1"
without a password - so a key held in ssh-agent and an authori
z
ed_keys entry.
Contributors License Agreement
==============================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment