Testflinger support no provisioning data#80
Conversation
|
test results: ../main -debug testflinger:ubuntu-core-20-64-pune:tests/reboot |
| for _, path := range endpoints { | ||
| output, err := p.dop("GET", path, nil) | ||
| if err != nil { | ||
| return "", fmt.Errorf("error requesting %s: %v", path, err) |
There was a problem hiding this comment.
I assume it won't fall into this case if we do have provision data? I'm not very familiar with the endpoints and their return values
There was a problem hiding this comment.
I tested both, but the test we run in the ci is just that scenario, so let's see if that test pass.
maykathm
left a comment
There was a problem hiding this comment.
I just asked a clarification question for my understanding. Looks good, thanks
These are the changes to connect to devices which don't require provision data. This is required to connect for example to the pune device which needs to be used to test resealing (snapd bug found during 2.74.1 beta validation).
I have tested this using: