Since the bind_port of tacker server is changed to 9890, fix the
document and test case to meet this change.
Change-Id: I5baff302517c8bd8b7cc14b10e771beb9079762b
After renaming the service 'servicevm' and 'advsvc' in install file,
functional tests were failing. Now renamed to 'tacker' in all files of
python-tackerclient repo so that functional test wouldn't fail.
Change-Id: I919d77276af72586a20f50239166325adbf9fb11
Partial-Bug: #1524224
This Patch fixes all E265, E129, E113 errors and enables this test for all new patches to tacker.
[E265] block comment should start with '# '
[E129] visually indented line with same indent as next logical line
[E113] unexpected indentation
Change-Id: I708dd9e0c4f3edb0b52a865578aceace726d1c2e
Related-Bug: 1516045