omec-project / up4

ONOS app and P4 program abstracting a network of switches as one big 4G/5G UPF
https://docs.sd-fabric.org/master/advanced/p4-upf.html
20 stars 13 forks source link

pfcp-smoke: failed execution #302

Closed Chanbin-Bae closed 1 year ago

Chanbin-Bae commented 1 year ago

Hi,

recently, I read the paper about P4-based UPF and tried to use the UP4 but I met a problem with running scenario pfcp-smoke. When executing setup.xml, I met the problem with onos-user-key as shown in the attached image and the default password didn't work.

< Environment that I run UP4 >

Can you help to solve this issue? I will be very grateful if you can help for solving this problem.

Onos-User-Key failed

daniele-moro commented 1 year ago

Please, make sure to have a ssh-RSA key in your system. Also, you can check logs of the failed step to better understand the issue.

Chanbin-Bae commented 1 year ago

Thank you for your response. Generate a ssh-RSA key with sudo ssh-keygen , and it works successfully.