diff --git a/login/main.fmf b/login/main.fmf index c83be3f..e542d93 100644 --- a/login/main.fmf +++ b/login/main.fmf @@ -2,3 +2,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. +tags: [classic] diff --git a/main.fmf b/main.fmf index b082b47..fccdf4a 100644 --- a/main.fmf +++ b/main.fmf @@ -3,3 +3,4 @@ component: [bash, ksh, mksh, zsh, dash] test: ./runtest.sh duration: 5m tier: 2 +tags: [classic, container, atomic]