Skip to content

Commit

Permalink
inet: removed some omnetpp dependencies where smoke tests fail
Browse files Browse the repository at this point in the history
the error is 'Direct deletion of a module is illegal, use deleteModule() instead'
  • Loading branch information
adamgeorge309 authored and rhornig committed Apr 17, 2024
1 parent 9976b45 commit 418a9f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions opp_env/database/inet.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def get_all_inet_released_versions():
["4.2.2", ["5.4.2", "5.4.1", "5.4.x", "5.5.*", "5.6.*", "5.7.*"]],
["4.2.1", ["5.4.2", "5.4.1", "5.4.x", "5.5.*", "5.6.*", "5.7.*"]],
["4.2.0", ["5.4.2", "5.4.1", "5.4.x", "5.5.*", "5.6.*", "5.7.*"]],
["4.1.2", ["5.4.2", "5.4.1", "5.4.x", "5.5.*", "5.6.*", "5.7.*"]],
["4.1.1", ["5.4.2", "5.4.1", "5.4.x", "5.5.*", "5.6.*", "5.7.*"]],
["4.1.2", ["5.4.2", "5.4.1", "5.4.x", "5.5.*"]], # with omnetpp-5.6.*, omnetpp-5.7.*: error: Direct deletion of a module is illegal, use deleteModule() instead
["4.1.1", ["5.4.2", "5.4.1", "5.4.x", "5.5.*"]], # with omnetpp-5.6.*, omnetpp-5.7.*: error: Direct deletion of a module is illegal, use deleteModule() instead
["4.1.0", ["5.4.2", "5.4.1", "5.4.x"]], # with omnetpp-5.5.1: error: PacketQueue.cc:23: cPacketQueue constructor call is ambiguous
["4.0.0", ["5.4.2", "5.4.1", "5.4.x"]], # with omnetpp-5.5.1: error: PacketQueue.cc:23: cPacketQueue constructor call is ambiguous

Expand All @@ -174,9 +174,9 @@ def get_all_inet_released_versions():
["3.7.1", ["5.3.*", "5.4.*", "5.5.*", "5.6.*", "5.7.*"]],
["3.7.0", ["5.3.*", "5.4.*", "5.5.*", "5.6.*", "5.7.*"]],
["3.6.8", ["5.3.*", "5.4.*", "5.5.*", "5.6.*", "5.7.*"]],
["3.6.7", ["5.3.*", "5.4.*", "5.5.*", "5.6.*", "5.7.*"]],
["3.6.6", ["5.3.*", "5.4.*", "5.5.*", "5.6.*", "5.7.*"]],
["3.6.5", ["5.3.*", "5.4.*", "5.5.*", "5.6.*", "5.7.*"]],
["3.6.7", ["5.3.*", "5.4.*", "5.5.*"]], # with omnetpp-5.6.*, omnetpp-5.7.*: error: Direct deletion of a module is illegal, use deleteModule() instead
["3.6.6", ["5.3.*", "5.4.*", "5.5.*"]], # with omnetpp-5.6.*, omnetpp-5.7.*: error: Direct deletion of a module is illegal, use deleteModule() instead
["3.6.5", ["5.3.*", "5.4.*", "5.5.*"]], # with omnetpp-5.6.*, omnetpp-5.7.*: error: Direct deletion of a module is illegal, use deleteModule() instead
["3.6.4", ["5.1.*", "5.2.*", "5.3.*", "5.4.*"]], # note: this adds support for changed cMessagePrinter API in omnetpp-5.3; omnetpp-5.5 fails due to cPacketQueue constructor ambiguity
["3.6.3", ["5.1.*", "5.2.*"]], # with with omnetpp-5.3: error due to cMessagePrinter::printMessage() interface change
["3.6.2", ["5.1.*", "5.2.*"]], # with with omnetpp-5.3: error due to cMessagePrinter::printMessage() interface change
Expand Down

0 comments on commit 418a9f6

Please sign in to comment.