MacChen01 commented on code in PR #1244:
URL: https://github.com/apache/bigtop/pull/1244#discussion_r1519612533


##########
provisioner/utils/smoke-tests.sh:
##########
@@ -67,6 +67,14 @@ ALL_SMOKE_TASKS=""
 for s in `echo $SMOKE_TESTS | sed -e 's#,# #g'`; do
   ALL_SMOKE_TASKS="$ALL_SMOKE_TASKS bigtop-tests:smoke-tests:$s:test"
 done
+
+# BIGTOP-4069 create the soft link of python for openEuler smoke-tests
+. /etc/os-release
+OS="$ID"
+if [[ $SMOKE_TESTS == *"phoenix"* && $OS == "openEuler" ]]; then
+    ln -s /usr/bin/python3 /usr/bin/python
+fi
+

Review Comment:
   @iwasakims 
   We modifed the code from your advice, please help check it, thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to