Skip to content

Commit 6c2e89a

Browse files
committed
cleanup + add acceptance test action
1 parent 2e3f6da commit 6c2e89a

File tree

9 files changed

+4
-889
lines changed

9 files changed

+4
-889
lines changed

.github/workflows/run-tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,13 @@ jobs:
7474
cp sdk-specifications/features/access/authorization-failure-reporting.feature tests/acceptance/pam
7575
cp sdk-specifications/features/access/grant-token.feature tests/acceptance/pam
7676
cp sdk-specifications/features/access/revoke-token.feature tests/acceptance/pam
77+
cp sdk-specifications/features/files/file-upload-to-space.feature tests/acceptance/files
78+
cp sdk-specifications/features/history/history-vsp.feature tests/acceptance/history
7779
7880
sudo pip3 install -r requirements-dev.txt
7981
behave --junit tests/acceptance/pam
82+
behave --junit tests/acceptance/files
83+
behave --junit tests/acceptance/history
8084
- name: Expose acceptance tests reports
8185
uses: actions/upload-artifact@v3
8286
if: always()

tests/integrational/fixtures/asyncio/subscription/cg_join_leave.yaml

-133
This file was deleted.

tests/integrational/fixtures/asyncio/subscription/cg_sub_pub_unsub.yaml

-86
This file was deleted.

0 commit comments

Comments
 (0)