Skip to content

behave with cocotb verification framework for hardware verification. #1160

Closed Answered by jenisys
jahagirdar asked this question in Q&A
Discussion options

You must be logged in to vote

P1. Dump test scenario as Python code

  • The short answer is no.
  • The long answer is: Why would you want to do this?
    The result would be a sequence of function calls with parameters of the step-implementation functions (and the calls to the before/after hooks in between).

P2. Parallel runner: There is currently no schedule for this feature, Use one of the existing ones, provide your own parallel test runner or wait until one is provided (whatever suites you best). A test runner is a extension point in behave. Therefore, it is „simple“ to provide your own (and use it).

P3. behave supports async steps that run in a coroutine. That should simplify the use in your specific case. But the corouti…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jenisys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants