File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
targets/TARGET_Cypress/TARGET_PSOC6/TESTS/host_tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
- mbed SDK
3
- Copyright (c) 2011-2019 ARM Limited
2
+ Copyright (c) 2011-2020 ARM Limited
3
+ SPDX-License-Identifier: Apache-2.0
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License");
6
6
you may not use this file except in compliance with the License.
26
26
class SoftAPBasicHostTests (BaseHostTest ):
27
27
""" Basic SoftAP test with host as STA
28
28
29
- [Following configuration is reqired before test]
29
+ [Following configuration is required before test]
30
30
1. Identify and update the host wifi device name self.wifi_dev
31
31
2. Add user as sudoer without password to allow script to run sudo command. Restrict the sudo command pattern to enhance security
32
32
### sudoer config begin ###
You can’t perform that action at this time.
0 commit comments