Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
9f566b22
Commit
9f566b22
authored
Feb 18, 2021
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests
parent
19ec2517
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
32 deletions
+32
-32
test.sh
bin/test.sh
+32
-32
No files found.
bin/test.sh
View file @
9f566b22
...
@@ -29,38 +29,38 @@ else
...
@@ -29,38 +29,38 @@ else
fi
fi
#
cd ../
cd
../
#
mvn test
mvn
test
#
if [ $? -eq 0 ]
if
[
$?
-eq
0
]
#
then
then
#
echo "------- Java tests successful------"
echo
"------- Java tests successful------"
#
else
else
#
echo "Java tests Failed"
echo
"Java tests Failed"
#
docker stack rm conf-test
docker stack
rm
conf-test
#
exit 1
exit
1
#
fi
fi
#
#
cd planner && python3 -m venv venv && venv/bin/pip3 install -r test-requirements.txt && venv/bin/pip3 install -r requirements.txt && venv/bin/python3 -m unittest discover
cd
planner
&&
python3
-m
venv venv
&&
venv/bin/pip3
install
-r
test-requirements.txt
&&
venv/bin/pip3
install
-r
requirements.txt
&&
venv/bin/python3
-m
unittest discover
#
if [ $? -eq 0 ]
if
[
$?
-eq
0
]
#
then
then
#
echo "------- Planner tests successful------"
echo
"------- Planner tests successful------"
#
else
else
#
echo "Planner tests Failed"
echo
"Planner tests Failed"
#
docker stack rm conf-test
docker stack
rm
conf-test
#
exit 1
exit
1
#
fi
fi
#
#
#
cd ../
cd
../
#
cd sure_tosca-client_python_stubs && python3 -m venv venv && venv/bin/pip3 install -r test-requirements.txt && venv/bin/pip3 install -r requirements.txt && venv/bin/python3 -m unittest discover
cd
sure_tosca-client_python_stubs
&&
python3
-m
venv venv
&&
venv/bin/pip3
install
-r
test-requirements.txt
&&
venv/bin/pip3
install
-r
requirements.txt
&&
venv/bin/python3
-m
unittest discover
#
if [ $? -eq 0 ]
if
[
$?
-eq
0
]
#
then
then
#
echo "------- sure_tosca-client_python_stubs tests successful------"
echo
"------- sure_tosca-client_python_stubs tests successful------"
#
else
else
#
echo "sure_tosca-client_python_stubs tests Failed"
echo
"sure_tosca-client_python_stubs tests Failed"
#
docker stack rm conf-test
docker stack
rm
conf-test
#
exit 1
exit
1
#
fi
fi
cd
../
cd
../
cd
semaphore-python-client-generated
&&
python3
-m
venv venv
&&
venv/bin/pip3
install
-r
test-requirements.txt
&&
venv/bin/pip3
install
-r
requirements.txt
&&
venv/bin/python3
-m
unittest discover
cd
semaphore-python-client-generated
&&
python3
-m
venv venv
&&
venv/bin/pip3
install
-r
test-requirements.txt
&&
venv/bin/pip3
install
-r
requirements.txt
&&
venv/bin/python3
-m
unittest discover
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment