-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing interlink app #2
Comments
Doesn’t look like
I should rename |
Should any thing special be done to make |
The error basically says that
I.e., does the module By the way, why are you trying to run that test as program anyway? |
Yes, I am trying to run it as a program to integrate |
Hello,
This is not a vita related bug, but posting it here as interlink code has not yet been integrated.
I have moved the two test apps from
apps/interlink/
to a new location underprogram
namedtestmp
, edited therequire
line intest.lua
and ran it assudo ./snabb testmp
. The program runs fine and I can see traffic in the links whenI check usingsnabb top
, and it prints the link report.But after the link report is printed I get a
Stack Traceback
: The whole sequence is as follows:core/main.lua:73
is the linerequire(modulename(program)).run(args)
The text was updated successfully, but these errors were encountered: