Skip to content

Commit

Permalink
Adding sanity tag to xmpp tcs
Browse files Browse the repository at this point in the history
Change-Id: I80c8127c1bafea69fb0df6ed38ef6a48fb84ada5
Closes-Bug: #1719784
  • Loading branch information
skiranh committed Sep 27, 2017
1 parent 2a8300e commit 7ca3d2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serial_scripts/xmpp/test_xmpp_auth.py
Expand Up @@ -40,6 +40,7 @@ def setUp(self):
else:
return

@test.attr(type=['sanity'])
@preposttest_wrapper
def test_precedence_xmpp_auth(self):
"""
Expand Down Expand Up @@ -82,6 +83,7 @@ def test_precedence_xmpp_auth(self):

# end test_precedence_xmpp_auth

@test.attr(type=['sanity'])
@preposttest_wrapper
def test_undo_xmpp_auth(self):
"""
Expand Down

0 comments on commit 7ca3d2d

Please sign in to comment.