expath = os.path.dirname(os.path.realpath(__file__))
client = imp.load_source("client", expath + "/scripts/test.py")
-@IDF.idf_example_test(env_tag="Example_WIFI")
+@IDF.idf_example_test(env_tag="Example_WIFI", ignore=True)
def test_examples_protocol_http_server_advanced(env, extra_data):
# Acquire DUT
dut1 = env.get_dut("http_server", "examples/protocols/http_server/advanced_tests")
config WIFI_PASSWORD
string "WiFi Password"
- default "mypasswd"
+ default "mypassword"
help
WiFi password (WPA or WPA2) for the example to use.
Can be left blank if the network has no security set.
config WIFI_PASSWORD
string "WiFi Password"
- default "myssid"
+ default "mypassword"
help
WiFi password (WPA or WPA2) for the example to use.
Can be left blank if the network has no security set.
expath = os.path.dirname(os.path.realpath(__file__))
client = imp.load_source("client", expath + "/scripts/client.py")
-@IDF.idf_example_test(env_tag="Example_WIFI")
+@IDF.idf_example_test(env_tag="Example_WIFI", ignore=True)
def test_examples_protocol_http_server_simple(env, extra_data):
# Acquire DUT
dut1 = env.get_dut("http_server", "examples/protocols/http_server/simple")
config WIFI_PASSWORD
string "WiFi Password"
- default "myssid"
+ default "mypassword"
help
WiFi password (WPA or WPA2) for the example to use.
Can be left blank if the network has no security set.