Skip to content
Snippets Groups Projects
Commit 8a7f325d authored by NGUYEN Do Duc Anh's avatar NGUYEN Do Duc Anh
Browse files

update log

parent 62970123
No related branches found
No related tags found
No related merge requests found
......@@ -245,6 +245,8 @@ def run_firewall_solo5_hvt(private, public):
f"--net:private={private}",
f"--net:public={public}",
hvt_file,
"-l",
"app",
]
try:
......@@ -272,7 +274,7 @@ def run_ids_solo5_hvt(map_tap_inf_for_ids):
# Initialize the base command
command = [
"/home/node/.opam/4.14.2/bin/solo5-hvt",
"--mem=32"
"--mem=32",
]
# Loop through interface numbers from 4 to 13
......@@ -288,6 +290,8 @@ def run_ids_solo5_hvt(map_tap_inf_for_ids):
# Append node ID
command.append(f"--node-id={my_id}")
command.append("-l")
command.append("app")
command_str = " ".join(command)
# process = subprocess.Popen(['gnome-terminal', '--', 'bash', '-c', command_str])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment