Re: RFC. Marvin tests fail

2018-11-09 Thread Ivan Kudryavtsev
Hello Boris, During the troubleshooting, I have found that the problem is connected with my host environment, so I decided to build the Dockerfile which is for "simulator & client" running altogether. The Dockerfile itself is, for example, is here: https://pastebin.com/raw/ZVjtHX7F The Dockerfile

Re: RFC. Marvin tests fail

2018-11-08 Thread Boris Stoyanov
you could run it with a debugger in PyCharm for example and figure out if there’s anything wrong with the code. Please note that these tests are successful with KVM, VMware and Xen. The logs you’ve shared are just results, there’s a failed_plus_exceptions file in each test file log, where you c

Re: RFC. Marvin tests fail

2018-11-08 Thread Ivan Kudryavtsev
Looks like the reason for the failure is in python code, not tests. Someone broke tests. ср, 7 нояб. 2018 г. в 19:29, Ivan Kudryavtsev : > Well, when I run outside of docker. I see another behavior: > Those OOB tests work well, but I meet errors in other pieces of code: > > *ivan@notebook:/tmp/Ma

Re: RFC. Marvin tests fail

2018-11-08 Thread Ivan Kudryavtsev
Well, when I run outside of docker. I see another behavior: Those OOB tests work well, but I meet errors in other pieces of code: *ivan@notebook:/tmp/MarvinLogs/Nov_07_2018_18_53_35_8SWDQD$ grep -P 'EXCEPTION|FAIL' results.txt * Tests ha enable/disable feature at cluster and zone level ... === Tes

Re: RFC. Marvin tests fail

2018-11-07 Thread Boris Stoyanov
Hi Ivan, I guess you’re referring to Out of Band management? I think there was a simulator provider for those tests and they are reported as passing with latest KVM test run. Can you share any logs/exceptions? I don’t see anything wrong with your setup on a first glance btw. Bobby. boris

RFC. Marvin tests fail

2018-11-07 Thread Ivan Kudryavtsev
Hello, dev team. Now I try to put a PR and need to write marvin test for it. I did it in the past, so tried to recall how to run the ecosystem. I started from the document: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Marvin+-+Testing+with+Python To run simulator I have built docker ima