Skip to content

Commit 825d727

Browse files
committed
1. Remove PSA related scripts from tools/test folder
2. Remove psa-autogen job from travis which was running generate_partition_code.py and is not needed anymore 3. Install python modules needed for events and littlefs tests Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent a33f327 commit 825d727

File tree

5 files changed

+3
-1500
lines changed

5 files changed

+3
-1500
lines changed

.travis.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2018 Arm Limited. All rights reserved.
1+
# Copyright (c) 2013-2019 Arm Limited. All rights reserved.
22
#
33
# SPDX-License-Identifier: Apache-2.0
44
#
@@ -194,9 +194,8 @@ matrix:
194194

195195
### Extended Tests ###
196196
- &extended-vm
197-
stage: "Extended"
198-
name: "psa autogen"
199-
env: NAME=psa-autogen
197+
name: "events"
198+
env: NAME=events EVENTS=events
200199
language: python
201200
python: 3.7
202201
install:
@@ -208,13 +207,6 @@ matrix:
208207
- python -m pip install --upgrade setuptools==40.4.3
209208
- pip install -r requirements.txt
210209
- pip list --verbose
211-
script:
212-
- python tools/psa/generate_partition_code.py
213-
- git diff --exit-code
214-
215-
- <<: *extended-vm
216-
name: "events"
217-
env: NAME=events EVENTS=events
218210
script:
219211
# Check that example compiles
220212
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp

tools/test/psa/__init__.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)