]> code.ossystems Code Review - openembedded-core.git/commit
scripts/test-remote-image: add value check for rootfs fstype, change method name...
authorCorneliu Stoicescu <corneliux.stoicescu@intel.com>
Mon, 23 Jun 2014 12:59:45 +0000 (15:59 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jun 2014 18:53:00 +0000 (19:53 +0100)
commit6d8366bd6145bf3ad484ed9fe4b1ddb4c499f72b
tree48dd2c9ada112ebd76f3f86171f60adc465381c2
parent50ddd5d0149666ad60133d8eb6cc789c5b97e5e4
scripts/test-remote-image: add value check for rootfs fstype, change method name used.

As per change in the oeqa/targetcontrol.py's BaseTarget class, changing the use of get_image_fstype() to match_image_fstype().

Also because there is no longer a value check done by the target controller's match_image_fstype() method, we have to do one here.

+ one helper comment for the get_controller() method.

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/test-remote-image