Skip to content

Commit 287a021

Browse files
authored
Bump GDS to v4.0.2a3 (#4079)
* Bump to v4.0.2a2 (GDS) * Fix integration tests * Fix requirements.txt
1 parent d911fb9 commit 287a021

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Ref/DpDemo/test/int/dp_demo_integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_dp_decode(fprime_test_api):
3838
# Assumes that we are running the test from the Ref directory
3939
assert os.path.isfile(dp_file_path)
4040
# Decode DP with fprime-dp-writer tool
41-
json_dict = fprime_test_api.pipeline.dictionary_path
41+
json_dict = fprime_test_api.dictionaries.dictionary_path
4242
decoded_file_name = os.path.basename(dp_file_path).replace(".fdp", ".json")
4343
DataProductWriter(json_dict, dp_file_path).process()
4444
assert os.path.isfile(decoded_file_name)

Ref/test/int/ref_integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def test_seqgen(fprime_test_api):
277277
[
278278
"fprime-seqgen",
279279
"-d",
280-
str(fprime_test_api.pipeline.dictionary_path),
280+
str(fprime_test_api.dictionaries.dictionary_path),
281281
str(sequence),
282282
"/tmp/ref_test_int.bin",
283283
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Flask-RESTful==0.3.10
2121
fprime-fpl-layout==1.0.3
2222
fprime-fpl-write-pic==1.0.3
2323
fprime-fpp==3.0.0
24-
fprime-gds==4.0.1
24+
fprime-gds==4.0.2a3
2525
fprime-tools==4.0.1
2626
fprime-visual==1.0.2
2727
gcovr==8.2

0 commit comments

Comments
 (0)