Skip to content

Commit

Permalink
fix test case file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jan 11, 2024
1 parent 5f586a7 commit 0bdb835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
- `examples/mobc/tlm-cmd-db/CMD_DB/SAMPLE_MOBC_CMD_DB_CMD_DB.csv``CDRV_UTIL_*` コマンドを user 側の cmd db に追加し,コード生成をする.
- `examples/mobc/src/src_user/settings/applications/component_driver_utility_params.h` を参考に, user 側でもこのコードを配置する.
- pytest の追加
- もし, user 側で subobc ありの pytest を扱っている場合, `examples/subobc/src/src_user/test/test/applications/test_component_driver_utility.py` を user 側の test にも加える.
- もし, user 側で subobc ありの pytest を扱っている場合, `examples/subobc/src/src_user/test/test_component_driver_utility.py` を user 側の test にも加える.
- [#275](https://github.com/arkedge/c2a-core/pull/275): user 側でのコードレベルでの対応は不要
- AM tlm でのキャストを緩和し, 1 tlm でダウンリンクできる個数を減少させた.同様の修正を user にも当てる場合には,以下が必要となる.
- `examples/mobc/tlm-cmd-db/TLM_DB/SAMPLE_MOBC_TLM_DB_AM.csv` を user 側の AM tlm に上書きし, tlm db を再度読み込み,再出力することで更新する.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# ope = wings_utils.get_wings_operation()

# TBA
# subobc が必要なテストは examples/subobc/src/src_user/test/test/test_component_driver_utility.py に配置した
# subobc が必要なテストは examples/subobc/src/src_user/test/test_component_driver_utility.py に配置した

if __name__ == "__main__":
pass

0 comments on commit 0bdb835

Please sign in to comment.