diff --git a/sonic-mgmt/sdn_tests/test.py b/sonic-mgmt/sdn_tests/test.py new file mode 100644 index 0000000..e83c2bc --- /dev/null +++ b/sonic-mgmt/sdn_tests/test.py @@ -0,0 +1 @@ +print("testing from sdn_tests") diff --git a/sonic-mgmt/test.py b/sonic-mgmt/test.py new file mode 100644 index 0000000..18ccd5b --- /dev/null +++ b/sonic-mgmt/test.py @@ -0,0 +1 @@ +print("testing from sonic-mgmt")