You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the requirement from issue #2, specify each TestSuite
as a thread to parallel execute.
The known problem is the performance of docker. When run
multiple mininet docker container, each container will
expend too many network interfaces and make system network
module busy. Currently, I cannot get 4-threads tests run
successfully.
Signed-off-by: jensenzhang <[email protected]>
Since each TestSuite() instance is independent, framework should support to execute testcases parallelly.
One potential solution is to specify the parallel size in config file like this:
It will create 4 threads to run testcases parallelly. Each thread can repeat the testcases by 3 times.
The text was updated successfully, but these errors were encountered: