diff --git a/phases/fifth_phase.py b/phases/fifth_phase.py index 589c81c..15fceae 100644 --- a/phases/fifth_phase.py +++ b/phases/fifth_phase.py @@ -145,4 +145,6 @@ def fifth_phase(site: str, vm_tnlcm_name: str) -> None: tn_id = _create_trial_network(tnlcm_url, site, access_token, trial_network_path, github_library_tag) _deploy_trial_network(tnlcm_url, tn_id, access_token, jenkins_deploy_pipeline) # _destroy_trial_network(tnlcm_url, tn_id, access_token, jenkins_destroy_pipeline) - # _purge_trial_network(tnlcm_url, tn_id, access_token) \ No newline at end of file + # _purge_trial_network(tnlcm_url, tn_id, access_token) + msg("info", "Toolkit installed!") + \ No newline at end of file