Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morozov-5F committed Jul 6, 2022
1 parent 72d5531 commit 9f25124
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 483 deletions.
15 changes: 9 additions & 6 deletions scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

import subprocess

from . import linux, runner
from .test_definition import ApplicationPaths, TestDefinition, TestTarget
from . import linux
from . import runner
from .test_definition import ApplicationPaths
from .test_definition import TestDefinition
from .test_definition import TestTarget


def target_for_name(name: str):
Expand Down Expand Up @@ -46,9 +48,10 @@ def tests_with_command(chip_tool: str, is_manual: bool):

target = target_for_name(name)

yield TestDefinition(
run_name=name, name=name, target=target, is_manual=is_manual
)
yield TestDefinition(run_name=name,
name=name,
target=target,
is_manual=is_manual)


def AllTests(chip_tool: str):
Expand Down
3 changes: 1 addition & 2 deletions src/app/tests/suites/certification/Test_TC_DLRK_2_7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ tests:
hasValue: false

- label:
"send Get Year Day Schedule Command to DUT and verify FAILURE
response"
"send Get Year Day Schedule Command to DUT and verify FAILURE response"
command: "GetYearDaySchedule"
arguments:
values:
Expand Down
Loading

0 comments on commit 9f25124

Please sign in to comment.