File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 - python-agent
6666 - python-agent-driver
6767 - powershell
68+ - networking-py
6869 steps :
6970 - uses : actions/checkout@v4
7071
@@ -232,6 +233,10 @@ jobs:
232233 memory : " 1Gi"
233234 args : " -- -NoProfile -File /scripts/hello.ps1"
234235 expect : " Hello, World! From PowerShell on Hyperlight"
236+ - example : networking-py
237+ memory : " 512Mi"
238+ args : " --net -- /urllib_get.py"
239+ expect : " SUCCESS: urllib GET worked!"
235240 steps :
236241 - uses : actions/checkout@v4
237242
@@ -402,6 +407,7 @@ jobs:
402407 - python-agent
403408 - python-agent-driver
404409 - powershell
410+ - networking-py
405411 steps :
406412 - uses : actions/checkout@v4
407413
@@ -558,6 +564,10 @@ jobs:
558564 memory : " 1Gi"
559565 args : " -- -NoProfile -File /scripts/hello.ps1"
560566 expect : " Hello, World! From PowerShell on Hyperlight"
567+ - example : networking-py
568+ memory : " 512Mi"
569+ args : " --net -- /urllib_get.py"
570+ expect : " SUCCESS: urllib GET worked!"
561571 steps :
562572 - uses : actions/checkout@v4
563573
You can’t perform that action at this time.
0 commit comments