blob: be04c3fdc2873085a16042b0848d12bc3831edf2 [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 Suite to create and delete vim account
28Library Collections
29Library RequestsLibrary
30Library OperatingSystem
31Resource ../../lib/api/common.robot
32Resource ../../lib/api/vim_lib.robot
33Resource ../../resource/api/common.robot
34Variables ../../resource/api/variables.py
35
36Suite Setup Get Auth Token
37Suite Teardown Delete All Sessions
38
39
40*** Variables ***
41${vim_id} ${EMPTY}
42
43
44*** Test Cases ***
45Create Vim Account
46 [Tags] comprehensive api_vim_test
47 [Template] Create Vim
48 ${vim name} ${account type} ${auth url} ${user} ${password} ${tenant} ${description}
49
50
51Delete Vim Account
52 [Tags] comprehensive api_vim_test
53 [Template] Delete Vim
54 ${vim_id}