Fix failed test for creating vnf image
The number of getting image URL is expected as `2`, but notactually in test_pre_instantiation_vnf_image_with_file(). The value can be `1` or `2` for `tox -e py36` or `tox -e lower-constraints`. It might be because of a difference of versions of modules imported in the test cases. This update is just a quick fixing to avoid the issue. So, it could be happened again possibly if the versions of modules are changed. Closes-Bug: #1885523 Change-Id: I302607f636d6d96baa544ccad600bb21fdf18da2 Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ kombu==4.0.0
|
||||
kubernetes==5.0.0
|
||||
linecache2==1.0.0
|
||||
Mako==1.0.7
|
||||
MarkupSafe==1.0
|
||||
MarkupSafe==1.1
|
||||
mccabe==0.2.1
|
||||
monotonic==1.4
|
||||
mox3==0.25.0
|
||||
|
Reference in New Issue
Block a user