From: Pedro Escaleira Date: Mon, 21 Mar 2022 17:54:45 +0000 (+0000) Subject: Bug 1939 fixed: : added a random suffix to the end of the Juju app name, in order... X-Git-Tag: v12.0.0rc1~26 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=0ebadd80cf20e478677b1af7b57a3faaefcc239a;hp=0ebadd80cf20e478677b1af7b57a3faaefcc239a Bug 1939 fixed: : added a random suffix to the end of the Juju app name, in order to allow multiple Juju charms per VDU I followed the second option of the bug's description. Now, Juju applications have a random suffix with size=5 (the random suffix size used by K8s), in order to avoid collisions between applications' names; Also fixed unit-test on test_n2vc_juju_conn.py Change-Id: I5d3eb8282889e58361f7c21214b11071a7530d26 Signed-off-by: Pedro Escaleira ---