aboutsummaryrefslogtreecommitdiffstats
path: root/functest/cli
AgeCommit message (Expand)AuthorFilesLines
2018-01-24 @media only all and (prefers-color-scheme: dark) { .highlight .hll { background-color: #49483e } .highlight .c { color: #75715e } /* Comment */ .highlight .err { color: #960050; background-color: #1e0010 } /* Error */ .highlight .k { color: #66d9ef } /* Keyword */ .highlight .l { color: #ae81ff } /* Literal */ .highlight .n { color: #f8f8f2 } /* Name */ .highlight .o { color: #f92672 } /* Operator */ .highlight .p { color: #f8f8f2 } /* Punctuation */ .highlight .ch { color: #75715e } /* Comment.Hashbang */ .highlight .cm { color: #75715e } /* Comment.Multiline */ .highlight .cp { color: #75715e } /* Comment.Preproc */ .highlight .cpf { color: #75715e } /* Comment.PreprocFile */ .highlight .c1 { color: #75715e } /* Comment.Single */ .highlight .cs { color: #75715e } /* Comment.Special */ .highlight .gd { color: #f92672 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gi { color: #a6e22e } /* Generic.Inserted */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #75715e } /* Generic.Subheading */ .highlight .kc { color: #66d9ef } /* Keyword.Constant */ .highlight .kd { color: #66d9ef } /* Keyword.Declaration */ .highlight .kn { color: #f92672 } /* Keyword.Namespace */ .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */ .highlight .kr { Cédric Ollivier2-60/+0
2017-12-12Add python3 support in cliCédric Ollivier2-6/+11
2017-11-22Remove prepare_envJose Lausuch4-60/+3
2017-11-21Fix the way of getting endpoint portLinda Wang1-2/+3
2017-09-13Disable urllib3 warningsLinda Wang1-0/+1
2017-08-17API proposal for functestLinda Wang4-31/+96
2017-07-12Switch to check_deployment instead of check_os.shjose.lausuch1-2/+3
2017-07-02Update cli commands to call console scriptsCédric Ollivier3-10/+3
2017-06-30Define download_images.sh and check_os.sh as scriptsCédric Ollivier1-3/+1
2017-06-20Remove all references to /home/opnfv/repos/functestCédric Ollivier5-17/+18
2017-06-19Stop getting git data from functest dirCédric Ollivier1-11/+0
2017-06-07Leverage on pbr (Python Build Reasonableness)Cédric Ollivier1-15/+0
2017-06-06Merge "Remove call to fetch_os_creds.sh"Jose Lausuch2-34/+0
2017-06-06Remove call to fetch_os_creds.shjose.lausuch2-34/+0
2017-06-04Use PrettyTable to show functest envCédric Ollivier1-14/+13
2017-05-23Call fetch_os_creds.sh from $PATHLinda Wang1-3/+2
2017-05-18Replace CONST.* by getattribute/setattr for cliLinda Wang4-27/+34
2017-05-04Delete functest.utils.functest_loggerCédric Ollivier1-1/+5
2017-02-23Use new-style classes which inherit from objectLinda Wang4-4/+4
2016-12-25Add a flag in the CLI to report results to DBjose.lausuch3-18/+30
2016-12-23bugfix: get git branch failed when only 'git fetch' is providedSerenaFeng1-4/+8
2016-12-22refactor cli module using new constants providerSerenaFeng4-81/+67
2016-12-19Allow executing several testcases with the CLIjose.lausuch1-7/+9
2016-12-05Fix Pep8 issues related to \Morgan Richomme1-4/+5
2016-11-24Extracted all global parameters into functest_constants.pyhelenyao5-54/+44
2016-11-11Fix path in CLI after directory restructurejose.lausuch2-4/+4
2016-11-10change path for python ci filesMorgan Richomme2-2/+3
2016-11-09Repo structure modificationMorgan Richomme9-0/+531