Closed chanijjani closed 8 months ago
yml file for CI tests in LF repoo: https://github.com/lf-lang/reactor-c/blob/main/.github/workflows/ci.yml Example run of CI tests: lf-default / regular-tests (ubuntu-latest)
Rust RTI replacement test result with an integration test case (HelloDistributed
) in Lingua Franca (LF)
LF_integration_test-HelloDistributed_with_rust_rti.txt
The above result is obtained by modifying HelloDistributed
script (lingua-franca/test/C/bin/HelloDistributed) as follows.
cd /home/chani/Ubuntu/ASU/Hokeun/lf-rust-rti/rust/rti
# RTI -i ${FEDERATION_ID} \
cargo run -- -i ${FEDERATION_ID} \
-n 2 \
-c init \
&
# exchanges-per-interval 10 \
# &
Test the public interfaces of our modules with any other external modules.