Repository: cloudstack Updated Branches: refs/heads/pytest 468b9860f -> c15035874
add one more test case Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c1503587 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c1503587 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c1503587 Branch: refs/heads/pytest Commit: c15035874fac1ac1f8928e6e905e197d7fac161d Parents: 468b986 Author: Edison Su <[email protected]> Authored: Fri Sep 12 17:43:53 2014 -0700 Committer: Edison Su <[email protected]> Committed: Fri Sep 12 17:43:53 2014 -0700 ---------------------------------------------------------------------- test/integration/smoke/test_CS-18306.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c1503587/test/integration/smoke/test_CS-18306.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_CS-18306.py b/test/integration/smoke/test_CS-18306.py new file mode 100644 index 0000000..457f2b7 --- /dev/null +++ b/test/integration/smoke/test_CS-18306.py @@ -0,0 +1,22 @@ +#!/usr/bin/env python +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +import pytest + [email protected](tags=["advanced"], required_hardware=True) +def test_01_create_disk_offering(vm): + assert vm is not None
