qa/cephadm: "ls -l" cephadm after downloading it 33338/head
authorNathan Cutler <ncutler@suse.com>
Thu, 20 Feb 2020 16:26:07 +0000 (17:26 +0100)
committerNathan Cutler <ncutler@suse.com>
Thu, 20 Feb 2020 16:26:07 +0000 (17:26 +0100)
For better debugging when the download goes awry.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
qa/tasks/cephadm.py

index f2499733165e8d1d893cec95a64f65c06ce1bac6..25d80f91dd3923349058e786735c8478f6e311ec 100644 (file)
@@ -100,6 +100,9 @@ def download_cephadm(ctx, config, ref):
                     'https://raw.githubusercontent.com/' + rest + '/' + ref + '/src/cephadm/cephadm',
                     run.Raw('>'),
                     ctx.cephadm,
+                    run.Raw('&&'),
+                    'ls', '-l',
+                    ctx.cephadm,
                 ],
             )
         else: