Locally I can run Moto just fine. When I run moto unit tests from Jenkins, I get the following error:
NotImplementedError: The /latest/dynamic/instance-identity/pkcs7 metadata path has not been implemented
I am trying to run tests which mock creating an s3 bucket.
latest/dynamic/..
is related to EC2 metadata - is Jenkins trying to run other tests thantests which mock creating an s3 bucket.
?