File: test-automation.lua

package info (click to toggle)
lxi-tools 2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,956 kB
  • sloc: ansic: 6,110; xml: 146; sh: 24; python: 12; makefile: 5
file content (38 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
-------------------------------------
--  lxi-tools                      --
--    https://lxi-tools.github.io  --
-------------------------------------

-- Automation test



-- tc "Test case 1 description"

print("This is test case 1")



-- tc "Test case 2 description"

print("This is test case 2")

fail()



-- tc "Test case 3 description"

print("This is test case 3")

fail_stop()



-- tc "Test case 4 description"

print("This is test case 4")



-- tc save test-results.log