The echo provisioner serves as a dummy provisioner primarily used for testing. It echos responses from JSON files in the format %d.protobuf. It's used for testing.
| 147 | // used for testing. It echos responses from JSON files in the |
| 148 | // format %d.protobuf. It's used for testing. |
| 149 | type echo struct{} |
| 150 | |
| 151 | func readResponses(sess *provisionersdk.Session, trans string, suffix string) ([]*proto.Response, error) { |
| 152 | var responses []*proto.Response |