blob: 3b2b21ae18e795ea09f03f876c24d992b5cc8ca1 [file] [log] [blame]
yadavmra1cc2c62019-10-30 16:50:20 +05301# -*- coding: utf-8 -*-
2
3##
4# Copyright 2019 Tech Mahindra Limited
5#
6# All Rights Reserved.
7#
8# Licensed under the Apache License, Version 2.0 (the "License"); you may
9# not use this file except in compliance with the License. You may obtain
10# a copy of the License at
11#
12# http://www.apache.org/licenses/LICENSE-2.0
13#
14# Unless required by applicable law or agreed to in writing, software
15# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
16# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
17# License for the specific language governing permissions and limitations
18# under the License.
19##
20
21
22*** Settings ***
23Documentation Test suiet to create/delete sdnc account via osmclient
24Library OperatingSystem
25Library Collections
26Resource ../../lib/cli/sdnc_account_lib.robot
27
28
29*** Test Cases ***
30Create SDNC Account Test
yadavmr07847332019-11-28 12:01:48 +053031 [Tags] sdnc
yadavmra1cc2c62019-10-30 16:50:20 +053032
33 Create SDNC Account
34
35
36Get SDNC Accounts List Test
yadavmr07847332019-11-28 12:01:48 +053037 [Tags] sdnc
yadavmra1cc2c62019-10-30 16:50:20 +053038
39 Get SDNC List
40
41
42Delete SDNC Account Test
yadavmr07847332019-11-28 12:01:48 +053043 [Tags] sdnc
yadavmra1cc2c62019-10-30 16:50:20 +053044
45 Delete SDNC Account