mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
Reverted get toml from gennet to host again
This commit is contained in:
@@ -11,10 +11,9 @@ def get_toml_configuration_artifact(plan, config_file, name, testing):
|
||||
name=name
|
||||
)
|
||||
else:
|
||||
# No longer getting them from host, but from gennet container
|
||||
artifact_id = plan.store_service_files(
|
||||
service_name = "node-bootstrap",
|
||||
src="/gennet/network_data/" + config_file,
|
||||
artifact_id = plan.upload_files(
|
||||
src=vars.NODE_CONFIG_FILE_LOCATION + config_file,
|
||||
name=name
|
||||
)
|
||||
|
||||
return artifact_id
|
||||
|
||||
Reference in New Issue
Block a user