~ken-vandine/ubuntu-system-settings/no_s_i_d

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntu_system_settings/tests/test_cellular.py

  • Committer: Bileto Bot
  • Author(s): Ken VanDine
  • Date: 2016-07-22 14:38:13 UTC
  • mfrom: (1556.3.32 slotsLayout)
  • Revision ID: ci-train-bot@canonical.com-20160722143813-ht9e4766lm0ie5fa
Ported to use Slots layout and updated visuals (LP: #1596529)

Approved by: Jonas G. Drange

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
2
 
# Copyright 2014 Canonical
 
2
# Copyright 2014-2016 Canonical
3
3
#
4
4
# This program is free software: you can redistribute it and/or modify it
5
5
# under the terms of the GNU General Public License version 3, as published
11
11
from autopilot.introspection.dbus import StateNotFoundError
12
12
from autopilot.matchers import Eventually
13
13
from testtools.matchers import Equals, raises, StartsWith
 
14
from unittest import skip
14
15
 
15
16
from ubuntu_system_settings.tests import (
16
17
    CellularBaseTestCase, RDO_IFACE,
292
293
 
293
294
class ApnTestCase(CellularBaseTestCase):
294
295
 
 
296
    @skip('Skip until we can get the CPO for ListItem trigger actions')
295
297
    def test_remove_apn(self):
296
298
        self.add_connection_context(self.modem_0, Type='mms', Name='Failed')
297
299
        contexts = self.modem_0.connMan.GetContexts()