Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
router_services
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nova
router_services
Commits
43d1c485
Commit
43d1c485
authored
Dec 03, 2013
by
Sigmund Augdal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove spurious space
parent
cd0faf8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nova_router/tests/test_security_groups.py
nova_router/tests/test_security_groups.py
+1
-1
No files found.
nova_router/tests/test_security_groups.py
View file @
43d1c485
...
...
@@ -90,7 +90,7 @@ class TestSecurityGroups(object):
assert
security_groups
.
get_groups_from_mac
(
mock
.
MagicMock
(),
"11:22:33:44:55:66"
)
==
[]
@
mock
.
patch
(
"nova_router.security_groups.get_group_members"
)
@
mock
.
patch
(
"nova_router
.security_groups.get_security_groups"
)
@
mock
.
patch
(
"nova_router.security_groups.get_security_groups"
)
def
test_get_groups_from_mac
(
self
,
groups
,
members
):
data
=
{
sec_group
:
[
"11:22:33:44:55:66"
,
[
"11:22:33:44:55:66"
]],
self
.
rule_id
:
[
"aa:bb:cc:dd:ee:ff"
,
[
"aa:bb:cc:dd:ee:ff"
]]}
...
...
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