Ubuntu Pastebin

Paste from lazypower at Tue, 26 Jan 2016 14:37:39 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Charms deployment looks good
But when i'm trying to run test for my nedge mgmt charm I got error:

nexenta@ubuntu:~/juju-charms-nexenta-edge$ bundletester -t trusty/nedge-mgmt -l DEBUG
Traceback (most recent call last):
  File "/usr/local/bin/bundletester", line 9, in <module>
    load_entry_point('bundletester==0.5.8', 'console_scripts', 'bundletester')()
  File "/usr/local/lib/python2.7/dist-packages/bundletester/tester.py", line 108, in main
    suite = spec.SuiteFactory(options, options.testdir)
  File "/usr/local/lib/python2.7/dist-packages/bundletester/spec.py", line 262, in SuiteFactory
    model = classifier(directory, options)
  File "/usr/local/lib/python2.7/dist-packages/bundletester/spec.py", line 237, in CharmClassifier
    data = lp.infer_charm(directory) or {}
  File "/usr/local/lib/python2.7/dist-packages/bundletester/vcs.py", line 28, in infer_charm
    origin = self.get_origin(directory)
  File "/usr/local/lib/python2.7/dist-packages/bundletester/vcs.py", line 12, in get_origin
    b = branch.Branch.open(directory)
  File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 188, in open
    possible_transports=possible_transports)
  File "/usr/lib/python2.7/dist-packages/bzrlib/bzrdir.py", line 1075, in open_branch
    format = self.find_branch_format(name=name)
  File "/usr/lib/python2.7/dist-packages/bzrlib/bzrdir.py", line 929, in find_branch_format
    return BranchFormatMetadir.find_format(self, name=name)
  File "/usr/lib/python2.7/dist-packages/bzrlib/branch.py", line 1967, in find_format
    raise errors.NotBranchError(path=transport.base, bzrdir=controldir)
bzrlib.errors.NotBranchError: Not a branch: "/tmp/bundletester-bLwfCZ/nedge-mgmt/.bzr/branch/": location is a repository.
Download as text