Comment 4 for bug 1924761

Revision history for this message
William Wilson (jawn-smith) wrote :

The verification passed for focal.

I submitted the following job to testflinger:

job_queue: unleashed
provision_data:
  url: http://cdimage.ubuntu.com/ubuntu-server/focal/daily-preinstalled/current/focal-preinstalled-server-riscv64+unleashed.img.xz
test_data:
  test_cmds: |
    ssh ubuntu@$DEVICE_IP cat /proc/cpuinfo

And it succeeded with:

2\nisa\t\t: rv64imafdc\nmmu\t\t: sv39\nuarch\t\t: sifive,u54-mc\n\nprocessor\t: 2\nhart\t\t: 3\nisa\t\t: rv64imafdc\nmmu\t\t: sv39\nuarch\t\t: sifive,u54-mc\n\nprocessor\t: 3\nhart\t\t: 4\nisa\t\t: rv64imafdc\nmmu\t\t: sv39\nuarch\t\t: sifive,u54-mc\n\n2021-07-26 23:21:34,951 hifive_001 INFO: DEVICE AGENT: END testrun\n",
    "test_serial": "\u0003\u0001\u0001\u0000\u0000,This is a banner for port con1(telnet(rfc2217),tcp,3000)\n",
    "test_status": 0

Which notably has a status of 0 and successfully ran the `cat /proc/cpuinfo` command. The Login service with "Ubuntu 20.04.2" was also displayed.