what do I need to do for the shipable test "Shippable — Run 28860 status is FAILED."

I am new to ansiable and try to commit a new module into ansible. However, I got information “Shippable — Run 28860 status is FAILED.”

What should I do ?
Thanks

Megan,

I am new to ansiable and try to commit a new module into ansible.
However, I got information "Shippable — Run 28860 status is FAILED."

Click on the details and click on test data and go to the red x (in your
case built_ci) and find the lines with error in them (normally marked in
red).

What should I do ?

Read my comment on your PR, this is one point, I haven't read your
module in detail, but it looks good except that you import module from
python in place from the internals

Thanks

Regards,
Tosh

Sorry… It is my fault and importing the libarary and now it works :slight_smile:

Meirong