summaryrefslogtreecommitdiffstats
path: root/pike/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2019-12-12Rebase to starlingx baseBin Yang1-2/+2
so that remove the newton base infraworkload handler Change-Id: Ic5add7fc4c1ccfafeca183290e510047e933ccdb Issue-ID: MULTICLOUD-965 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-12Exclude the vagrant and test fileHaibin Huang1-1/+1
Issue-ID: MULTICLOUD-964 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I3d5760c2f7a9ea5721e537fa60f218ba22404cc2
2019-08-16decouple tox.ini from python minor versionBin Yang1-6/+6
Change-Id: I1bf90425afb890faf060af8741eb4dcab999da12 Issue-ID: MULTICLOUD-702 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-15upgrading python2 to python3 for openstack pluginHaibin Huang1-2/+7
Issue-ID: MULTICLOUD-702 Change-Id: I9ac26b51a4be7d70d368dd039bfe1b7857114793 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2019-01-28Rate python files via pylintCédric Ollivier1-2/+9
It higlights programming errors which are only printed for the time being. It adds pylint in test-requirements.txt as it should have been for coverage, mock, etc. At least all pylint errors should be fixed. Kilo and Newton are out of scope as deprecated. Issue-ID: MULTICLOUD-416 Change-Id: I35f2cfec0327ba163e796b05bdff5edf0246de09 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-12-19Enable pep8 checkHaibin Huang1-1/+1
This patch is fixing the pep8 issues under the pub and resource folder for pike release and also enable pep8 check Change-Id: I1afea756108e7bb0d79ac3f5317209fd8964f863 Issue-ID: MULTICLOUD-428 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2018-10-17Add license for pikeHuang Haibin1-0/+14
Change-Id: I779bc427bf8e0ff682806b8c8933312b1dd5a340 Issue-ID: MULTICLOUD-384 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-07-25Add Openstack Pike plugin frameworkHuang Haibin1-0/+27
Add Pike framework and one function extension Add Vagrant for test Change-Id: I045ac1f1a920b509a69d7a72f8e60fb108102839 Issue-ID: MULTICLOUD-276 Signed-off-by: Huang Haibin <haibin.huang@intel.com>