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
69b2d82b
Commit
69b2d82b
authored
Feb 20, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert test system to use Make
parent
ddf91a3d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
tests_new/integration/Makefile
+4
-0
tests_new/integration/README.md
+4
-3
tests_new/integration/test.sh
+0
-1
No files found.
tests_new/integration/Makefile
0 → 100644
View file @
69b2d82b
all
:
non_destructive destructive
#
amazon rackspace
non_destructive
:
ansible-playbook non_destructive.yml
-i
inventory
-e
@integration_config.yml
-v
$(TEST_FLAGS)
tests_new/integration/README.md
View file @
69b2d82b
...
...
@@ -30,18 +30,19 @@ outside of those test subdirectories. They will also not reconfigure or bounce
Run as follows:
# sh test.sh # OR
# ansible-playbook non_destructive.yml -i inventory -e @integration_config.yml -v $*
make non_destructive
You can select specific tests with the --tags parameter.
TEST_FLAGS="--tags test_vars_blending" make
Destructive Tests
=================
These tests are allowed to install and remove some trivial packages. You will likely want to devote these
to a virtual environment. They won't reformat your filesystem, however :)
# ansible-playbook destructive.yml -i inventory -e @integration_config.yml -v $
*
make destructive
Cloud Tests
===========
...
...
tests_new/integration/test.sh
deleted
100755 → 0
View file @
ddf91a3d
ansible-playbook non_destructive.yml
-i
inventory
-e
@integration_config.yml
-v
$*
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