0d86352cbe
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
18 lines
337 B
Text
18 lines
337 B
Text
*** Settings ***
|
|
Variables common.py
|
|
|
|
Library OperatingSystem
|
|
Library utility_keywords.py
|
|
|
|
*** Keywords ***
|
|
|
|
Setup
|
|
[Arguments]
|
|
Make Up
|
|
Create Directory ${ASSETS_DIR}
|
|
|
|
Teardown
|
|
[Arguments] ${LOGFILE}
|
|
Remove Directory ${ASSETS_DIR} True
|
|
Get Docker Logs ${LOGFILE}
|
|
Make Down
|