Skip to content

Commit

Permalink
Add prototype appliance test definition for integration testing
Browse files Browse the repository at this point in the history
Signed-off-by: Stevan Radaković <[email protected]>
  • Loading branch information
stevanradakovic committed Dec 3, 2024
1 parent 978d12e commit 781c7c8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions automated/linux/torizon/integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
metadata:
name: integration-tests
format: "Lava-Test Test Definition 1.0"
description: "Run appliance integration tests in LAVA."
maintainer:
- [email protected]
os:
- debian
- ubuntu
devices:
- qemu
scope:
- functional

params:
TOKEN: ""

run:
steps:
- apt update
- apt install -y git curl
- lava-test-case curl -X GET http://localhost/api/v01
- git clone https://gitlab.com/LinaroLtd/lava/appliance/baklava-integration.git

0 comments on commit 781c7c8

Please sign in to comment.