diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/func/main.fmf b/func/main.fmf new file mode 100644 index 0000000..5cfd2b0 --- /dev/null +++ b/func/main.fmf @@ -0,0 +1,2 @@ +summary: Basic test of functions in Bourne-Again Shell +duration: 2h diff --git a/login/main.fmf b/login/main.fmf new file mode 100644 index 0000000..c83be3f --- /dev/null +++ b/login/main.fmf @@ -0,0 +1,4 @@ +summary: Basic login shell test +description: > + The test creates user with bash as login shell and + verifies that the user can log into the system. diff --git a/main.fmf b/main.fmf new file mode 100644 index 0000000..b082b47 --- /dev/null +++ b/main.fmf @@ -0,0 +1,5 @@ +contact: Jakub Heger +component: [bash, ksh, mksh, zsh, dash] +test: ./runtest.sh +duration: 5m +tier: 2 diff --git a/smoke/main.fmf b/smoke/main.fmf new file mode 100644 index 0000000..310e585 --- /dev/null +++ b/smoke/main.fmf @@ -0,0 +1,6 @@ +summary: Basic sanity smoke test +description: > + Performs basic sanity smoke test. Tries to supply commands on a + command line, variable assignment and substitution, file expansion, + "test" builtin, redirection, pipeline and some control structures. +tier: 1