Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems on camp execute #31

Open
nicolabertazzo opened this issue Mar 18, 2019 · 2 comments
Open

Problems on camp execute #31

nicolabertazzo opened this issue Mar 18, 2019 · 2 comments
Assignees
Labels
Projects

Comments

@nicolabertazzo
Copy link
Contributor

Characteristics

  • Issue Type: bug
  • Reproducibility: always
  • Severity: block
  • Tool/Service/Component: camp execute
  • Execution Environment: docker fchauvel/camp:v0.2.3 or fchauvel/camp:dev
  • Reporter: Nicola Bertazzo nicola.bertazzo@eng.it

Description

Problem executing camp execute.

Steps to reproduce

follow the tutorial at this link:
https://stamp-project.github.io/camp/pages/execute.html

the error is:

CAMP v0.2.3 (MIT)
Copyright (C) 2017, 2018 SINTEF Digital

Traceback (most recent call last):
File "/usr/local/bin/camp", line 9, in
load_entry_point('camp==0.2.3', 'console_scripts', 'camp')()
File "/usr/local/lib/python2.7/dist-packages/camp/run.py", line 59, in main
runner.start(argv[1:])
File "/usr/local/lib/python2.7/dist-packages/camp/run.py", line 34, in start
command.send_to(self._camp)
File "/usr/local/lib/python2.7/dist-packages/camp/commands.py", line 183, in send_to
camp.execute(self)
TypeError: execute() takes exactly 2 arguments (1 given)

Other files and URLs

Relationships

Help on issue template

Preview to follow the link or open file .github/ISSUE_DOC.md

@fchauvel
Copy link
Member

Thanks for the feedback.

CAMP v0.2.3 includes the original version of the CAMP execute command developed last year. We will release CAMP 0.3 with a rewritten CAMP execute, which not only run the configurations but also collects and aggregates the test reports (for Java/JUnit at first).

As suggest you wait a few days before to proceed: We are now testing and documenting it, and we will release later this week or next week (see branch "new_execute".

@fchauvel
Copy link
Member

Have you got a chance to try the new version of CAMP execute? Just close the issue if it solved your problem.

@danzone danzone added this to To do in CAMP Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
CAMP
  
To do
Development

No branches or pull requests

2 participants