Commit e10efa31 authored by Łukasz Nowak's avatar Łukasz Nowak

Add skeleton of tests to be implemented.

Note: No typo in exception.
parent 25740025
......@@ -6941,6 +6941,28 @@ class TestVifibSlapWebService(testVifibMixin):
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
########################################
# Person using PKI/Slap interface
########################################
def test_person_request_new_certificate(self):
"""Chekcs that Person is capable to ask for new certificate"""
raise NotImplementedError
def test_person_request_revoke_certificate(self):
"""Chekcs that Person is capable to ask for revocation of certificate"""
raise NotImplementedError
def test_person_request_new_certificate_twice(self):
"""Checks that if Person asks twice for a certificate the next call
fails"""
raise NotImplementedError
def test_person_request_ComputerPartition(self):
"""Checks that Person using Slap interface is able to request Computer
Partition"""
raise NotImplementedError
########################################
# Bug related tests
########################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment