Skip to content

Bug: RedRat Python RAFT file uses incorrect variable name network_ip instead of network_id, causing runtime error. #201

@Anbukannadhasan

Description

@Anbukannadhasan

Problem/Opportunity

In the RedRat Python RAFT file, the variable network_id is incorrectly referenced as network_ip.
This results in a Python “variable unknown / not defined” error during execution.

Steps to reproduce

https://github.com/rdkcentral/python_raft/blob/develop/framework/core/remoteControllerModules/redrat.py#L64

Expected Behavior

The script should correctly reference network_id and execute without variable resolution errors.

Actual Behavior

The script fails at runtime due to an undefined network_ip variable.

Notes (Optional)

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions