Skip to content

Commit

Permalink
samples: net: http_server: Remove Quark devboard from sanity
Browse files Browse the repository at this point in the history
ROM consumption is higher with new shell which prevents
quark_se_c1000_devboard from building. Remove that board
from sanitychecker runs.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
  • Loading branch information
jukkar committed Oct 12, 2018
1 parent 1cdd478 commit 9c92690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/net/http_server/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ tests:
test_usbnet_ecm:
harness: net
extra_args: CONF_FILE="prj_netusb.conf"
platform_whitelist: quark_se_c1000_devboard 96b_carbon
platform_whitelist: 96b_carbon
tags: net usb
test_usbnet_eem:
harness: net
extra_args: CONF_FILE="prj_netusb.conf"
extra_configs:
- CONFIG_USB_DEVICE_NETWORK_ECM=n
- CONFIG_USB_DEVICE_NETWORK_EEM=y
platform_whitelist: quark_se_c1000_devboard 96b_carbon
platform_whitelist: 96b_carbon
tags: net usb

0 comments on commit 9c92690

Please sign in to comment.