
When fullstack tests are executed manually using a debugger (e.g.: PyCharm integrated debugger), the "cmd" folder is imported instead of "cmd" [1] module. To solve this problem, this folder and the references to this path must be changed. [1] https://docs.python.org/3/library/cmd.html Change-Id: I8e6b6995c10875a882a46ca3a0d779aafda124a3 Closes-Bug: #1805844