input:
testhost: selfcheck: - 'curl --unix-socket /var/run/docker.sock "http:/latest/info"'
output:
def test_selfcheck(self): self.start() self.runHost("curl --unix-socket /var/run/docker.sock "http:/latest/info"")
it should be
def test_selfcheck(self): self.start() self.runHost("curl --unix-socket /var/run/docker.sock \"http:/latest/info\"")
Fixed by commit https://pagure.io/modularity-testing-framework/c/61d37460d5323004e7ce488a1892bc18d4070046?branch=master
Metadata Update from @jscotka: - Issue close_status updated to: upstream - Issue status updated to: Closed (was: Open)