Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CTU CAN FD IP Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
canbus
CTU CAN FD IP Core
Commits
c45285b5
Commit
c45285b5
authored
Mar 03, 2019
by
Martin Jeřábek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testfw: test_sanity: fix adding gui file, fix multiple configurations
parent
efaef055
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/testfw/test_sanity.py
test/testfw/test_sanity.py
+2
-2
No files found.
test/testfw/test_sanity.py
View file @
c45285b5
...
...
@@ -57,7 +57,6 @@ class SanityTests(TestsBase):
# TODO: wave
tb
=
self
.
lib
.
get_test_benches
(
'*tb_sanity'
)[
0
]
default
=
self
.
config
[
'default'
]
self
.
add_modelsim_gui_file
(
tb
,
default
,
'sanity'
)
for
name
,
cfg
in
self
.
config
[
'tests'
].
items
():
if
'wave'
in
cfg
:
log
.
warn
(
'"wave" in sanity test config {} is ignored'
+
...
...
@@ -92,4 +91,5 @@ class SanityTests(TestsBase):
else
:
tb
.
add_config
(
name
,
generics
=
generics
)
return
True
self
.
add_modelsim_gui_file
(
tb
,
default
,
'sanity'
)
return
True
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