mkumatag / openbmc-automation

Test OpenBMC Distribution, moved to - https://github.com/openbmc/openbmc-test-automation
Apache License 2.0
5 stars 11 forks source link

test_ssl.robot is failing #30

Closed causten closed 8 years ago

causten commented 8 years ago

Now that we have added authentication the current version of test_ssl.robot. The "Test SSL Connection" test needs to add authentication. Should likely call...

${resp} = openbmc get request /list should be equal as strings ${resp.status_code} ${HTTP_OK}

mkumatag commented 8 years ago

fixed and merged.