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
9d3577a7
Commit
9d3577a7
authored
Aug 19, 2015
by
Rene Moser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cloudstack: fix tests unhashable type: 'dict'
parent
8f3c181d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
test/integration/roles/test_cs_affinitygroup/tasks/main.yml
+1
-1
test/integration/roles/test_cs_instancegroup/tasks/main.yml
+1
-1
test/integration/roles/test_cs_securitygroup/tasks/main.yml
+1
-1
test/integration/roles/test_cs_sshkeypair/tasks/main.yml
+1
-1
No files found.
test/integration/roles/test_cs_affinitygroup/tasks/main.yml
View file @
9d3577a7
...
...
@@ -15,7 +15,7 @@
assert
:
that
:
-
ag|failed
-
ag.msg == "missing required arguments
:
name
"
-
"
ag.msg
==
'missing
required
arguments:
name'
"
-
name
:
test present affinity group
cs_affinitygroup
:
name={{ cs_resource_prefix }}_ag
...
...
test/integration/roles/test_cs_instancegroup/tasks/main.yml
View file @
9d3577a7
...
...
@@ -15,7 +15,7 @@
assert
:
that
:
-
ig|failed
-
ig.msg == "missing required arguments
:
name
"
-
"
ig.msg
==
'missing
required
arguments:
name'
"
-
name
:
test present instance group
cs_instancegroup
:
name={{ cs_resource_prefix }}_ig
...
...
test/integration/roles/test_cs_securitygroup/tasks/main.yml
View file @
9d3577a7
...
...
@@ -15,7 +15,7 @@
assert
:
that
:
-
sg|failed
-
sg.msg == "missing required arguments
:
name
"
-
"
sg.msg
==
'missing
required
arguments:
name'
"
-
name
:
test present security group
cs_securitygroup
:
name={{ cs_resource_prefix }}_sg
...
...
test/integration/roles/test_cs_sshkeypair/tasks/main.yml
View file @
9d3577a7
...
...
@@ -10,7 +10,7 @@
assert
:
that
:
-
sshkey|failed
-
sshkey.msg == "missing required arguments
:
name
"
-
"
sshkey.msg
==
'missing
required
arguments:
name'
"
-
name
:
test ssh key creation
cs_sshkeypair
:
name={{ cs_resource_prefix }}-sshkey
...
...
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