commit | ca0fad075d80ab8b8bc9997656bbd34a3f8d37a8 | [log] [tgz] |
---|---|---|
author | Jason Li <dl2017@att.com> | Mon Apr 06 10:56:43 2020 -0500 |
committer | Jason Li <dl2017@att.com> | Thu Apr 09 12:41:33 2020 -0500 |
tree | 52c64615da9679a03664c016168291bd8ac62fe9 | |
parent | b8435b27acd72174d83a005b4b4bcf2d47e7c418 [diff] |
Fix noVNC failed TCs - Fix noVNC failed TCs tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc: * Current noVNC request miss the / prefix in GET header in the websocket upgrade request. * Current GET header GET ?token=xxx HTTP/1 can cause "HTTP/1.1 400 Bad Request" error. * Fix the issue by adding / prefix and # updated request format is: GET /?token=xxx HTTP/1.1 or GET /websockify HTTP/1.1 Change-Id: I38a91b8e293e39625d08073e2b898451b6126ecb