Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Ref/DpDemo/test/int/dp_demo_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_dp_decode(fprime_test_api):
# Assumes that we are running the test from the Ref directory
assert os.path.isfile(dp_file_path)
# Decode DP with fprime-dp-writer tool
json_dict = fprime_test_api.pipeline.dictionary_path
json_dict = fprime_test_api.dictionaries.dictionary_path
decoded_file_name = os.path.basename(dp_file_path).replace(".fdp", ".json")
DataProductWriter(json_dict, dp_file_path).process()
assert os.path.isfile(decoded_file_name)
Expand Down
2 changes: 1 addition & 1 deletion Ref/test/int/ref_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_seqgen(fprime_test_api):
[
"fprime-seqgen",
"-d",
str(fprime_test_api.pipeline.dictionary_path),
str(fprime_test_api.dictionaries.dictionary_path),
str(sequence),
"/tmp/ref_test_int.bin",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Flask-RESTful==0.3.10
fprime-fpl-layout==1.0.3
fprime-fpl-write-pic==1.0.3
fprime-fpp==3.0.0
fprime-gds==4.0.1
fprime-gds==4.0.2a3
fprime-tools==4.0.1
fprime-visual==1.0.2
gcovr==8.2
Expand Down
Loading