Addressed comments

pull/12240/head
YARB(Cypress) 2020-01-13 14:46:32 +02:00
parent 3425b8e1fc
commit c53d2f1198
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
""" """
mbed SDK Copyright (c) 2011-2020 ARM Limited
Copyright (c) 2011-2019 ARM Limited SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@ -26,7 +26,7 @@ import subprocess
class SoftAPBasicHostTests(BaseHostTest): class SoftAPBasicHostTests(BaseHostTest):
""" Basic SoftAP test with host as STA """ Basic SoftAP test with host as STA
[Following configuration is reqired before test] [Following configuration is required before test]
1. Identify and update the host wifi device name self.wifi_dev 1. Identify and update the host wifi device name self.wifi_dev
2. Add user as sudoer without password to allow script to run sudo command. Restrict the sudo command pattern to enhance security 2. Add user as sudoer without password to allow script to run sudo command. Restrict the sudo command pattern to enhance security
### sudoer config begin ### ### sudoer config begin ###