Skip to content

Commit

Permalink
Add license
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Sep 17, 2024
1 parent 815c255 commit 4a0f922
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scripts/tests/local.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
#!/usr/bin/env python3

# Copyright (c) 2024 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import enum
import fnmatch
import glob
Expand Down Expand Up @@ -456,6 +470,7 @@ def as_runner(path):
"TC_TIMESYNC_2_12.py": "20 seconds",
"TC_TIMESYNC_2_7.py": "20 seconds",
"TC_TIMESYNC_2_8.py": "1.5 minutes",
"TC_ICDM_5_1.py": "TODO",
}

execution_times = []
Expand Down

0 comments on commit 4a0f922

Please sign in to comment.