Skip to content

Commit

Permalink
[pretest] add a separator for internal pretests (#2814)
Browse files Browse the repository at this point in the history
Add separator for internal pretests. Without it ever time someone adds a pretest at the end of this file. Internal auto-rebasing will fail.

Signed-off-by: Ying Xie <[email protected]>
  • Loading branch information
yxieca authored Jan 15, 2021
1 parent 15cf0c0 commit 4eeda9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_pretest.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,9 @@ def test_update_saithrift_ptf(request, ptfhost):
pytest.skip("Download failed/error while installing python saithrift package")
ptfhost.shell("dpkg -i {}".format(os.path.join("/root", pkg_name)))
logging.info("Python saithrift package installed successfully")

"""
Separator for internal pretests.
Please add public pretest above this comment and keep internal
pretests below this comment.
"""

0 comments on commit 4eeda9e

Please sign in to comment.