Replace resource.txt with resource.robotChange-Id: I4d2afd35645880e33a31644cd717bbeae55666f0Signed-off-by: Sandhya Somashekar <sansomas@in.ibm.com>
Enforced robotframework standards.- The standards are enforced using the rflint static anylysis tool.- More standards will be added in future commits but this is a base starting point.Change-I
Enforced robotframework standards.- The standards are enforced using the rflint static anylysis tool.- More standards will be added in future commits but this is a base starting point.Change-Id: I7dd8a2b0b42a51327b748cb730609d7ee2538de3Signed-off-by: Joy Onyerikwu <onyekachukwu.joy.onyerikwu@ibm.com>
show more ...
Change python_pgm_template to use exit_on_error modeChange-Id: Ib7d64cfbcefe110a9187e4e62bcce7946b5a2931Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
Fixed PEP 8 style using autopep8Used autopep8 to correct styling.Ran autopep8 on openbmc-test-automation, autopep8 is notable to fix all styling issues. There is still around1000 styling violati
Fixed PEP 8 style using autopep8Used autopep8 to correct styling.Ran autopep8 on openbmc-test-automation, autopep8 is notable to fix all styling issues. There is still around1000 styling violations in openbmc-test-automation.More information on autopep8 can be found here,https://pypi.python.org/pypi/autopep8Change-Id: Iddc131da1d74d978eb3dd0fdd6ce5d0a0e49b0f8Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
New pgm_template.tcl fileChange-Id: Ib1f5a334a9cc66f353148b2acb1e8c6ccfc06e5bSigned-off-by: Michael Walsh <micwalsh@us.ibm.com>
Change to ArgumentDefaultsHelpFormatter.Changed from this:formatter_class=argparse.RawTextHelpFormatterTo this:formatter_class=argparse.ArgumentDefaultsHelpFormatterThis greatly improves the
Change to ArgumentDefaultsHelpFormatter.Changed from this:formatter_class=argparse.RawTextHelpFormatterTo this:formatter_class=argparse.ArgumentDefaultsHelpFormatterThis greatly improves the formatting of the help text.Change-Id: Ie3ad6afe0b3cda50e1b032c37a20ff22733de9bdSigned-off-by: Michael Walsh <micwalsh@us.ibm.com>
README: Add testing setup and sample code documentation.Change-Id: I5d893d5af12333843f6851e32fb99f4ed62f43f0Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Added exit_function to bash_simple_template.Change-Id: Iddb34c91e0a02f39bf1214c4c7630822f660a1fcSigned-off-by: Michael Walsh <micwalsh@us.ibm.com>
Standardized bash_simple_template by removing ### lines.Change-Id: I7b4d14d7e5c057ff6be061b1ed1c4901aa645148Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
Spelling fixesSpelling errors found using github.com/lucasdemarchi/codespellA tool to fix common misspellings.This tool is licensed under GNU General Public License, version 2.Change-Id: I13bbe
Spelling fixesSpelling errors found using github.com/lucasdemarchi/codespellA tool to fix common misspellings.This tool is licensed under GNU General Public License, version 2.Change-Id: I13bbeeb8f1467efc1cf8748e1a66343e879dfc8aSigned-off-by: Gunnar Mills <gmills@us.ibm.com>
Made updates to some template files.Change-Id: Ib9ee0046f235040f647b975c78c618c6562501d6Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
Created robot template program set.Change-Id: Ie2851b77fa77337243dba39c99ae39fea6a0e81bSigned-off-by: Michael Walsh <micwalsh@us.ibm.com>
bash_simple_template as model for bash programs.Also, moved python_pgm_templates to new templates subdir.Note: It should be the very rare case when we choose to code in bash.Change-Id: I81813b8
bash_simple_template as model for bash programs.Also, moved python_pgm_templates to new templates subdir.Note: It should be the very rare case when we choose to code in bash.Change-Id: I81813b8b3ecdd86a54bf8525fa8d4adb34a51bffSigned-off-by: Michael Walsh <micwalsh@us.ibm.com>
12