Unverified Commit 9aa93461 authored by Jakob Görgen's avatar Jakob Görgen
Browse files

experiments/pyexps/netperf_sysconf: added artifact creation example

parent c594d000
......@@ -121,8 +121,8 @@ for host_type in host_types:
else:
raise NameError(net_type)
host_inst0 = sim.Gem5Sim(simulation)
# host_inst0 = sim.QemuSim(simulation)
# host_inst0 = sim.Gem5Sim(simulation)
host_inst0 = sim.QemuSim(simulation)
host_inst0.add(host0)
host_inst0.name = "Client-Host"
# host_inst0.wait_terminate = True
......@@ -161,5 +161,7 @@ for host_type in host_types:
instance = inst.Instantiation(sim=simulation)
instance.preserve_tmp_folder = False
instance.create_checkpoint = True
instance.create_checkpoint = False
instance.artifact_paths = ["simbricks-workdir/output"]
instantiations.append(instance)
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