Skip to content

Commit 5abe22d

Browse files
committed
add aziot test to the smoke tests
Signed-off-by: Shahriyar Jalayeri <[email protected]>
1 parent b48f893 commit 5abe22d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: tests/workflow/smoke.tests.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Number of tests
2-
{{$tests := 23}}
2+
{{$tests := 24}}
33
# EDEN_TEST_SETUP env. var. -- "y"(default) performs the EDEN setup steps
44
{{$setup := "y"}}
55
{{$setup_env := EdenGetEnv "EDEN_TEST_SETUP"}}
@@ -40,6 +40,10 @@ eden.escript.test -test.run TestEdenScripts/eve_restart
4040
{{end}}
4141
{{end}}
4242

43+
# just for testing, will move it down
44+
/bin/echo EVE Aziot tests (24/{{$tests}})
45+
eden.escript.test -test.run TestEdenScripts/eden_aziot
46+
4347
/bin/echo Eden Log test (6/{{$tests}})
4448
eden.escript.test -testdata ../lim/testdata/ -test.run TestEdenScripts/log_test
4549
/bin/echo Eden SSH test (7/{{$tests}})

Diff for: tests/workflow/testdata/eden_aziot.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test eden.aziot.test

0 commit comments

Comments
 (0)