Commit 2e531cc2 by Jin Kim

trying to pass the CI pipeline

parent c7c91400
...@@ -221,7 +221,7 @@ rule Stuxnet_MadeInPython ...@@ -221,7 +221,7 @@ rule Stuxnet_MadeInPython
// found in create-graph.py // found in create-graph.py
// This line adds router nodes and computer nodes fro all the wireless networks. // This line adds router nodes and computer nodes fro all the wireless networks.
// for router_node in range(NUMBER_OF_LOCAL_WIRED_NETWORKS, NUMBER_OF_LOCAL_NETWORKS): // for router_node in range(NUMBER_OF_LOCAL_WIRED_NETWORKS, NUMBER_OF_LOCAL_NETWORKS):
// add_computer_nodes(graph, EdgeType.LOCAL_WIRELESS, router_node) // add_computer_nodes(graph, EdgeType.LOCAL_WIRELESS, router_node)
$str3 = "add_computer_nodes(graph, EdgeType.LOCAL_WIRELESS, router_node)" $str3 = "add_computer_nodes(graph, EdgeType.LOCAL_WIRELESS, router_node)"
condition: condition:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment