Signed-off-by: wangshengjun wangshengjun@asterfusion.com
What I did
change the file format of 'test_acl_egress_table.py' from DOS/Windows(CR-LF) to UNIX(LF)
Why I did it
DOS/Windows(CR-LF) format works incorrect when it comes to some git operations such as 'git merge'
How I verified it
Use the editor tool to check the line break types.