You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is for python 3.8 (I am unsure if later versions are different)
The uuid displayed by vctl status is incorrect.
>vctl status
9 ieee_2030_5agent-0.1.0 ed1 GOOD
2 listeneragent-3.3 listener
d listeneragent-3.3 listeneragent-3.3_2
f listeneragent-3.3 listeneragent-3.3_1
d platform_driveragent-4.0 platform.driver 0
There should be 2 digits in the uuid position of the status
With the following code I test the method that calculates it
The method _calc_min_uuid_length is used by the platform to determine the length that should be displayed
Describe the bug
This is for python 3.8 (I am unsure if later versions are different)
The uuid displayed by vctl status is incorrect.
>vctl status 9 ieee_2030_5agent-0.1.0 ed1 GOOD 2 listeneragent-3.3 listener d listeneragent-3.3 listeneragent-3.3_2 f listeneragent-3.3 listeneragent-3.3_1 d platform_driveragent-4.0 platform.driver 0
There should be 2 digits in the uuid position of the status
With the following code I test the method that calculates it
The method _calc_min_uuid_length is used by the platform to determine the length that should be displayed
The output produced is a 1 when the correct value should be 2.
This was merged into develop in #3129.
The text was updated successfully, but these errors were encountered: