blob: 18f2a501a9fafc8ecf1cf4f2a5f5add2a6e427ce [file] [log] [blame]
yadavmr58af6b12019-09-18 15:33:25 +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## Change log:
22# 1. Feature 7829: Jayant Madavi, Mrityunjay Yadav : MY00514913@techmahindra.com : 06-aug-2019 : Improvement to the code, robot framework initial seed code.
23##
24
25
26*** Settings ***
27Documentation Test suiet to create/delete vim account via osmclient
28Library OperatingSystem
29Library Collections
30Resource ../../lib/cli/vim_account_lib.robot
31
32
33*** Test Cases ***
34Create Vim Account Test
35 [Tags] smoke vim
36
37 Create Vim Account
38
39
40Get Vim Accounts List Test
41 [Tags] vim
42
43 Get Vim List
44
45
46Delete Vim Account Test
47 [Tags] smoke vim
48
49 Delete Vim Account