Fix imports in custom checks

Fix path of scenario tests

Change-Id: I23e2da6168aae9dd852059b24c24424f3e796eca
This commit is contained in:
Evgeny Sikachev 2016-01-15 16:32:55 +03:00
parent f01c166939
commit ed28163a35
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from sahara.tests.scenario import base as base_scenario
from sahara.tests.scenario import utils
from sahara_tests.scenario import base as base_scenario
from sahara_tests.scenario import utils
class CustomCheckKafka(object):

View File

@ -14,7 +14,7 @@
# limitations under the License.
from sahara.tests.scenario import base
from sahara_tests.scenario import base
@base.track_result("Check sentry")