tests: Update NEIGHBOR_REP_REQUEST format
authorDavid Spinadel <david.spinadel@intel.com>
Wed, 6 Apr 2016 16:42:05 +0000 (19:42 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 16 Apr 2016 18:05:39 +0000 (21:05 +0300)
commit56de6fe4fe1ee373776059ef668fbc83624195a6
tree47fda0d517181fd2bb2a21488cf218e751dbee99
parent6a4f0ed7886a38ca99a682cedec21a405110b0c8
tests: Update NEIGHBOR_REP_REQUEST format

Use quotation marks to match the new SSID encoding format in the
NEIGHBOR_REP_REQUEST command. In this specific test case, the exact SSID
value did not make any difference for behavior. The previous version
ended up getting decoded as a hexstring after the NEIGHBOR_REP_REQUEST
format change. The new version goes back to the ASCII string version of
"abcdef".

Signed-off-by: David Spinadel <david.spinadel@intel.com>
tests/hwsim/test_wpas_ctrl.py