sandialabs / sceptre-phenix

phenix is an orchestration tool and GUI for Sandia's minimega platform
https://sandialabs.github.io/sceptre-docs/
GNU General Public License v3.0
17 stars 23 forks source link

fix(soh): location of custom test scripts now get referenced correctly #176

Closed activeshadow closed 7 months ago

activeshadow commented 7 months ago

This commit reverts a change made in commit 2bff3622 that prefixed the location of custom test scripts in VMs with the experiment namespace.

minimega cc will search for a file to be sent in nested directories, but will not prefix it with the nested directory in the VM if the file was not prefixed with the nested directory when provided to the cc send command.

fixes #175