Skip to content

Commit

Permalink
external: fixed smoke test for os3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 authored and avarga committed Oct 14, 2024
1 parent c04f29a commit 1d5f2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opp_env/database/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ def get_project_descriptions():
"smoke_test_commands": [
r"""if [ "$BUILD_MODE" = "release" ]; then BUILD_MODE_SUFFIX="_release"; OS3_LIB=$(echo $OS3_ROOT/out/*-release/src/*cni-os3*); fi""",
r"""if [ "$BUILD_MODE" = "debug" ]; then BUILD_MODE_SUFFIX=""; OS3_LIB=$(echo $OS3_ROOT/out/*-debug/src/*cni-os3*); fi""",
r"""opp_run$BUILD_MODE_SUFFIX -l $OS3_LIB -n simulations:src:$INET_ROOT/src:$INET_ROOT/examples $INET_ROOT/examples/ethernet/arptest/omnetpp.ini"""
r"""opp_run$BUILD_MODE_SUFFIX -l $OS3_LIB -u Cmdenv -n simulations:src:$INET_ROOT/src:$INET_ROOT/examples $INET_ROOT/examples/ethernet/arptest/omnetpp.ini"""
],
"nix_packages": ["curl", "tcl"],
"required_projects": {"omnetpp": ["4.2.*"], "inet": ["2.2.0"]},
Expand Down

0 comments on commit 1d5f2b7

Please sign in to comment.