`promote_p_to_pe`: update in `add_all_p_to_pe`
Compare changes
@@ -440,7 +440,7 @@ def update_subscription_model(subscription: Router) -> State:
@@ -440,7 +440,7 @@ def update_subscription_model(subscription: Router) -> State:
def add_all_p_to_pe_dry(subscription: dict[str, Any], callback_route: str, tt_number: str, process_id: UUIDstr) -> None:
@@ -448,7 +448,9 @@ def add_all_p_to_pe_dry(subscription: dict[str, Any], callback_route: str, tt_nu
@@ -448,7 +448,9 @@ def add_all_p_to_pe_dry(subscription: dict[str, Any], callback_route: str, tt_nu
"commit_comment": f"GSO_PROCESS_ID: {process_id} - TT_NUMBER: {tt_number} - Add all P-routers to this new PE",
@@ -459,7 +461,7 @@ def add_all_p_to_pe_dry(subscription: dict[str, Any], callback_route: str, tt_nu
@@ -459,7 +461,7 @@ def add_all_p_to_pe_dry(subscription: dict[str, Any], callback_route: str, tt_nu
@@ -469,7 +471,9 @@ def add_all_p_to_pe_real(
@@ -469,7 +471,9 @@ def add_all_p_to_pe_real(
"commit_comment": f"GSO_PROCESS_ID: {process_id} - TT_NUMBER: {tt_number} - Add all P-routers to this new PE",
@@ -480,7 +484,7 @@ def add_all_p_to_pe_real(
@@ -480,7 +484,7 @@ def add_all_p_to_pe_real(
def add_pe_to_all_p_dry(subscription: dict[str, Any], callback_route: str, tt_number: str, process_id: UUIDstr) -> None:
@@ -494,12 +498,14 @@ def add_pe_to_all_p_dry(subscription: dict[str, Any], callback_route: str, tt_nu
@@ -494,12 +498,14 @@ def add_pe_to_all_p_dry(subscription: dict[str, Any], callback_route: str, tt_nu
@@ -515,7 +521,9 @@ def add_pe_to_all_p_real(
@@ -515,7 +521,9 @@ def add_pe_to_all_p_real(