Comment 6 for bug 1813980

Revision history for this message
Corey Bryant (corey.bryant) wrote :

I do have that patch applied but the expected scp output isn't the same:

Expected: [call(['sudo', '/opt/zthin/bin/unpackdiskimage', 'fakeuser', '0100', '/var/lib/zvmsdk/images/netboot/rhel7/fakeimg/0100']),
 call(['/usr/bin/scp', '-B', '-P', '22', '-o StrictHostKeyChecking=no', 'user@1.1.1.1:/faketran', '/tmp/tmpdir/faketran'])]
Actual: [call(['sudo', '/opt/zthin/bin/unpackdiskimage', 'fakeuser', '0100', '/var/lib/zvmsdk/images/netboot/rhel7/fakeimg/0100']),
 call(['/usr/bin/scp', '-B', 'user@1.1.1.1:/faketran', '/tmp/tmpdir/faketran'])]