Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos.core
Commits
9df6ecd8
Commit
9df6ecd8
authored
Nov 30, 2018
by
Thomas Gambier
🚴🏼
Committed by
Rafael Monnerat
Dec 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CLEANUP: remove trailing spaces
parent
3b8cf767
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
slapos/tests/slapformat.py
slapos/tests/slapformat.py
+2
-2
No files found.
slapos/tests/slapformat.py
View file @
9df6ecd8
...
...
@@ -484,7 +484,7 @@ class TestComputer(SlapformatMixin):
logger
=
self
.
logger
,
name
=
'iface'
,
ipv4_local_network
=
'127.0.0.1/16'
),
partition_list
=
[
slapos
.
format
.
Partition
(
'partition'
,
'/part_path'
,
slapos
.
format
.
User
(
'testuser'
),
[],
'partition'
,
'/part_path'
,
slapos
.
format
.
User
(
'testuser'
),
[],
tap
=
slapos
.
format
.
Tap
(
'tap'
)),
])
global
USER_LIST
...
...
@@ -517,7 +517,7 @@ class TestComputer(SlapformatMixin):
'ip tuntap add dev tap mode tap user testuser'
,
'ip link set tap up'
,
'ip addr add ip/ffff:ffff:ffff:ffff:ffff:ffff:: dev tap'
,
'ip -6 addr list tap'
,
'ip -6 addr list tap'
,
'ip route show 10.8.0.2'
,
'ip route add 10.8.0.2 dev tap'
,
'ip addr add ip/255.255.255.255 dev iface'
,
...
...
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